summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2023-08-08 19:53:22 +0200
committerStefan Kangas <stefankangas@gmail.com>2023-08-08 19:53:22 +0200
commit72e24ed0316542184f40c05eda2bf7c77808ec0c (patch)
tree01d91ead7e45f3fade34a1e9b6b835f76ed0ed7b /lisp/emacs-lisp
parent2752573dfb76873dbe783e89a1fbf01d157c54e3 (diff)
downloademacs-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.el2
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)))