emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 e5b191465d 2/3: ; * admin/authors.el (authors-canonical-file-na


From: Eli Zaretskii
Subject: emacs-28 e5b191465d 2/3: ; * admin/authors.el (authors-canonical-file-name): Remove debug leftover.
Date: Sat, 12 Mar 2022 06:09:46 -0500 (EST)

branch: emacs-28
commit e5b191465d200e54719361a1bf97e539b3fc4d2b
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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 0f15d0d1b8..aec52515d9 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]