Mercurial > emacs
diff admin/admin.el @ 40084:1f20d08b9da5
(add-release-logs): Put the log entry in lispref, too.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sat, 20 Oct 2001 10:00:30 +0000 |
parents | 9b5a774d579b |
children | 795c8ca09f8b |
line wrap: on
line diff
--- a/admin/admin.el Sat Oct 20 05:55:56 2001 +0000 +++ b/admin/admin.el Sat Oct 20 10:00:30 2001 +0000 @@ -55,8 +55,7 @@ (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)))))