diff options
| author | Glenn Morris | 2015-02-01 16:55:24 -0800 |
|---|---|---|
| committer | Glenn Morris | 2015-02-01 16:55:24 -0800 |
| commit | d3852a99c99f0785425a3a4c9d48d31e9aeec7c9 (patch) | |
| tree | c453a610b20031cd06ddb7499b017bcf4c48e31c | |
| parent | d69e9f1c24f37f36af33b0468c5a4e100dbb09b6 (diff) | |
| download | emacs-d3852a99c99f0785425a3a4c9d48d31e9aeec7c9.tar.gz emacs-d3852a99c99f0785425a3a4c9d48d31e9aeec7c9.zip | |
* admin/admin.el (manual-meta-string): Use bug-gnu-emacs@gnu rather than webmasters@gnu
| -rw-r--r-- | admin/ChangeLog | 5 | ||||
| -rw-r--r-- | admin/admin.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index b1d8ed858da..f5490013544 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2015-02-02 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * admin.el (manual-meta-string): Use bug-gnu-emacs@gnu email address | ||
| 4 | rather than webmasters@gnu. | ||
| 5 | |||
| 1 | 2015-01-03 Glenn Morris <rgm@gnu.org> | 6 | 2015-01-03 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * update_autogen (commit): Prepend "# " to commit message. | 8 | * update_autogen (commit): Prepend "# " to commit message. |
diff --git a/admin/admin.el b/admin/admin.el index fcdb6cb1444..bb0fbd31f13 100644 --- a/admin/admin.el +++ b/admin/admin.el | |||
| @@ -297,7 +297,7 @@ Optional argument TYPE is type of output (nil means all)." | |||
| 297 | 297 | ||
| 298 | (defconst manual-meta-string | 298 | (defconst manual-meta-string |
| 299 | "<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"> | 299 | "<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"> |
| 300 | <link rev=\"made\" href=\"mailto:webmasters@gnu.org\"> | 300 | <link rev=\"made\" href=\"mailto:bug-gnu-emacs@gnu.org\"> |
| 301 | <link rel=\"icon\" type=\"image/png\" href=\"/graphics/gnu-head-mini.png\"> | 301 | <link rel=\"icon\" type=\"image/png\" href=\"/graphics/gnu-head-mini.png\"> |
| 302 | <meta name=\"ICBM\" content=\"42.256233,-71.006581\"> | 302 | <meta name=\"ICBM\" content=\"42.256233,-71.006581\"> |
| 303 | <meta name=\"DC.title\" content=\"gnu.org\">\n\n") | 303 | <meta name=\"DC.title\" content=\"gnu.org\">\n\n") |