Mercurial > emacs
changeset 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 | 11d3de809486 |
children | 09c1c5193715 |
files | admin/admin.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
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)))))