diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2023-08-08 19:53:22 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-08-08 19:53:22 +0200 |
commit | 72e24ed0316542184f40c05eda2bf7c77808ec0c (patch) | |
tree | 01d91ead7e45f3fade34a1e9b6b835f76ed0ed7b /lisp/emacs-lisp | |
parent | 2752573dfb76873dbe783e89a1fbf01d157c54e3 (diff) | |
download | emacs-72e24ed0316542184f40c05eda2bf7c77808ec0c.tar.gz emacs-72e24ed0316542184f40c05eda2bf7c77808ec0c.tar.bz2 emacs-72e24ed0316542184f40c05eda2bf7c77808ec0c.zip |
; Fix thinko
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/lisp-mnt.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |