(add-release-logs): Put the log entry in lispref, too.
This commit is contained in:
parent
abcce93ae3
commit
e568708bb1
2 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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)))))
|
||||
|
|
Loading…
Add table
Reference in a new issue