summaryrefslogtreecommitdiff
path: root/admin/authors.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-03-12 03:32:47 -0500
committerEli Zaretskii <eliz@gnu.org>2022-03-12 03:32:47 -0500
commite5b191465d200e54719361a1bf97e539b3fc4d2b (patch)
tree003aef98556f93508a6d084756c842bd77fe833f /admin/authors.el
parent6b0fdf73cf0cf70d5756afab798896040c70d9c7 (diff)
downloademacs-e5b191465d200e54719361a1bf97e539b3fc4d2b.tar.gz
; * admin/authors.el (authors-canonical-file-name): Remove debug leftover.
Diffstat (limited to 'admin/authors.el')
-rw-r--r--admin/authors.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/authors.el b/admin/authors.el
index 0f15d0d1b88..aec52515d9d 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -1501,7 +1501,7 @@ message if FILE is not found."
;; same as that from top-level/ChangeLog.
(let* ((fullname (expand-file-name file (file-name-directory log-file)))
(entry (assoc fullname authors-checked-files-alist))
- laxlog relname valid foo)
+ laxlog relname valid)
(if entry
(cdr entry)
(setq relname (file-name-nondirectory file))