From: Eli Zaretskii Date: Sat, 12 Mar 2022 08:32:47 +0000 (-0500) Subject: ; * admin/authors.el (authors-canonical-file-name): Remove debug leftover. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e5b191465d200e54719361a1bf97e539b3fc4d2b;p=emacs.git ; * admin/authors.el (authors-canonical-file-name): Remove debug leftover. --- 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))