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/admin.el | |
| 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/admin.el')
| -rw-r--r-- | admin/admin.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/admin.el b/admin/admin.el index 18ea4a40ccc..9bf503ef142 100644 --- a/admin/admin.el +++ b/admin/admin.el | |||
| @@ -248,7 +248,7 @@ Optional argument TYPE is type of output (nil means all)." | |||
| 248 | 248 | ||
| 249 | (defconst manual-meta-string | 249 | (defconst manual-meta-string |
| 250 | "<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"> | 250 | "<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"> |
| 251 | <link rev=\"made\" href=\"mailto:webmasters@gnu.org\"> | 251 | <link rev=\"made\" href=\"mailto:bug-gnu-emacs@gnu.org\"> |
| 252 | <link rel=\"icon\" type=\"image/png\" href=\"/graphics/gnu-head-mini.png\"> | 252 | <link rel=\"icon\" type=\"image/png\" href=\"/graphics/gnu-head-mini.png\"> |
| 253 | <meta name=\"ICBM\" content=\"42.256233,-71.006581\"> | 253 | <meta name=\"ICBM\" content=\"42.256233,-71.006581\"> |
| 254 | <meta name=\"DC.title\" content=\"gnu.org\">\n\n") | 254 | <meta name=\"DC.title\" content=\"gnu.org\">\n\n") |