aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog4
-rw-r--r--admin/admin.el3
2 files changed, 5 insertions, 2 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 529ecd1bfd0..3a139675e0b 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
12001-10-20 Gerd Moellmann <gerd@gnu.org>
2
3 * admin.el (add-release-logs): Put the log entry in lispref, too.
4
12001-10-20 Miles Bader <miles@gnu.org> 52001-10-20 Miles Bader <miles@gnu.org>
2 6
3 * quick-install-emacs: Exit if we can't find some variable. 7 * quick-install-emacs: Exit if we can't find some variable.
diff --git a/admin/admin.el b/admin/admin.el
index a31d8bcc853..759b9620642 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -55,8 +55,7 @@ Root must be the root of an Emacs source tree."
55 (format-time-string "%Y-%m-%d") 55 (format-time-string "%Y-%m-%d")
56 (user-full-name) user-mail-address version))) 56 (user-full-name) user-mail-address version)))
57 (dolist (log logs) 57 (dolist (log logs)
58 (unless (or (string-match "/gnus/" log) 58 (unless (string-match "/gnus/" log)
59 (string-match "/lispref/" log))
60 (find-file log) 59 (find-file log)
61 (goto-char (point-min)) 60 (goto-char (point-min))
62 (insert entry))))) 61 (insert entry)))))