aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorEli Zaretskii2022-03-12 03:32:47 -0500
committerEli Zaretskii2022-03-12 03:32:47 -0500
commite5b191465d200e54719361a1bf97e539b3fc4d2b (patch)
tree003aef98556f93508a6d084756c842bd77fe833f /admin
parent6b0fdf73cf0cf70d5756afab798896040c70d9c7 (diff)
downloademacs-e5b191465d200e54719361a1bf97e539b3fc4d2b.tar.gz
emacs-e5b191465d200e54719361a1bf97e539b3fc4d2b.zip
; * admin/authors.el (authors-canonical-file-name): Remove debug leftover.
Diffstat (limited to 'admin')
-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."
1501 ;; same as that from top-level/ChangeLog. 1501 ;; same as that from top-level/ChangeLog.
1502 (let* ((fullname (expand-file-name file (file-name-directory log-file))) 1502 (let* ((fullname (expand-file-name file (file-name-directory log-file)))
1503 (entry (assoc fullname authors-checked-files-alist)) 1503 (entry (assoc fullname authors-checked-files-alist))
1504 laxlog relname valid foo) 1504 laxlog relname valid)
1505 (if entry 1505 (if entry
1506 (cdr entry) 1506 (cdr entry)
1507 (setq relname (file-name-nondirectory file)) 1507 (setq relname (file-name-nondirectory file))