(add-release-logs): Put the log entry in lispref, too.

This commit is contained in:
Gerd Moellmann 2001-10-20 10:02:06 +00:00
parent abcce93ae3
commit e568708bb1
2 changed files with 5 additions and 2 deletions

View 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.

View 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)))))