diff options
| author | Richard Stallman | 2015-04-05 08:36:56 -0400 |
|---|---|---|
| committer | Richard Stallman | 2015-04-05 08:42:43 -0400 |
| commit | 4e23cd0ccde4ad1e14fe2870ccf140487af649b2 (patch) | |
| tree | b709ac1e92a892f6ec1faa85eb59a9e5960c25dd /admin/update_autogen | |
| parent | dca743f0941909a80e3f28c023977120b6203e20 (diff) | |
| parent | 16eec6fc55dcc05d1d819f18998e84a9580b2521 (diff) | |
| download | emacs-4e23cd0ccde4ad1e14fe2870ccf140487af649b2.tar.gz emacs-4e23cd0ccde4ad1e14fe2870ccf140487af649b2.zip | |
* mail/rmail.el (rmail-show-message-1): When displaying a mime message,
indicate start and finish in the echo area.
* mail/rmail.el (rmail-epa-decrypt): Disregard <pre> before armor.
Ignore more kinds of whitespace in mime headers.
Modify the decrypted mime part's mime type so it will be displayed
by default when visiting this message again.
* net/browse-url.el (browse-url-firefox-program): Prefer IceCat, doc.
(browse-url-firefox-arguments)
(browse-url-firefox-startup-arguments): Doc fix.
Diffstat (limited to 'admin/update_autogen')
| -rwxr-xr-x | admin/update_autogen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/update_autogen b/admin/update_autogen index 73e8aebe3d8..1bd82967c27 100755 --- a/admin/update_autogen +++ b/admin/update_autogen | |||
| @@ -228,7 +228,7 @@ commit () | |||
| 228 | 228 | ||
| 229 | echo "Committing..." | 229 | echo "Committing..." |
| 230 | 230 | ||
| 231 | $vcs commit -m "# Auto-commit of $type files." "$@" || return $? | 231 | $vcs commit -m "; Auto-commit of $type files." "$@" || return $? |
| 232 | 232 | ||
| 233 | [ "$vcs" = "git" ] && { | 233 | [ "$vcs" = "git" ] && { |
| 234 | $vcs push || return $? | 234 | $vcs push || return $? |