From e5b191465d200e54719361a1bf97e539b3fc4d2b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 12 Mar 2022 03:32:47 -0500 Subject: [PATCH] ; * admin/authors.el (authors-canonical-file-name): Remove debug leftover. --- admin/authors.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2