From: Gerd Moellmann Date: Sat, 20 Oct 2001 10:02:06 +0000 (+0000) Subject: (add-release-logs): Put the log entry in lispref, too. X-Git-Tag: ttn-vms-21-2-B4~19326 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e568708bb19fb0a12ec57a839cd4d3c067ba4b47;p=emacs.git (add-release-logs): Put the log entry in lispref, too. --- diff --git a/admin/ChangeLog b/admin/ChangeLog index 529ecd1bfd0..3a139675e0b 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,7 @@ +2001-10-20 Gerd Moellmann + + * admin.el (add-release-logs): Put the log entry in lispref, too. + 2001-10-20 Miles Bader * 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." (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)))))