]> code.delx.au - gnu-emacs/commitdiff
(add-release-logs): Put the log entry in lispref, too.
authorGerd Moellmann <gerd@gnu.org>
Sat, 20 Oct 2001 10:02:06 +0000 (10:02 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 20 Oct 2001 10:02:06 +0000 (10:02 +0000)
admin/ChangeLog
admin/admin.el

index 529ecd1bfd0e8b38b66c284deaa6ec994fc83cfa..3a139675e0bf5cd7b0bc2c5c4e56f5847a590a03 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-20  Gerd Moellmann  <gerd@gnu.org>
+
+       * admin.el (add-release-logs): Put the log entry in lispref, too.
+
 2001-10-20  Miles Bader  <miles@gnu.org>
 
        * quick-install-emacs: Exit if we can't find some variable.
index a31d8bcc853fcae91effd7394281ffa1a0b224ca..759b962064211fc6370fcab0e9ec41777ca725dc 100644 (file)
@@ -55,8 +55,7 @@ Root must be the root of an Emacs source tree."
                        (format-time-string "%Y-%m-%d")
                        (user-full-name) user-mail-address version)))
     (dolist (log logs)
-      (unless (or (string-match "/gnus/" log)
-                 (string-match "/lispref/" log))
+      (unless (string-match "/gnus/" log)
        (find-file log)
        (goto-char (point-min))
        (insert entry)))))