From 72e24ed0316542184f40c05eda2bf7c77808ec0c Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 8 Aug 2023 19:53:22 +0200 Subject: [PATCH] ; Fix thinko --- lisp/emacs-lisp/lisp-mnt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.5