From: Stefan Kangas Date: Tue, 8 Aug 2023 17:53:22 +0000 (+0200) Subject: ; Fix thinko X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=72e24ed0316542184f40c05eda2bf7c77808ec0c;p=emacs.git ; Fix thinko --- diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el index c21b67ed37e..51d9f928ef5 100644 --- a/lisp/emacs-lisp/lisp-mnt.el +++ b/lisp/emacs-lisp/lisp-mnt.el @@ -563,7 +563,7 @@ copyright notice is allowed." (goto-char (point-max)) (not (re-search-backward - (rx bol ";;; " (eval name) " ends here") + (rx bol ";;; " (regexp name) " ends here") nil t))) "Can't find the footer line") ((not (and (lm-copyright-mark) (lm-crack-copyright)))