aboutsummaryrefslogtreecommitdiffstats
path: root/admin/admin.el
diff options
context:
space:
mode:
Diffstat (limited to 'admin/admin.el')
-rw-r--r--admin/admin.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/admin/admin.el b/admin/admin.el
index a31d8bcc85..759b962064 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)))))