; Fix thinko

This commit is contained in:
Stefan Kangas 2023-08-08 19:53:22 +02:00
parent 2752573dfb
commit 72e24ed031

View file

@ -563,7 +563,7 @@ copyright notice is allowed."
(goto-char (point-max)) (goto-char (point-max))
(not (not
(re-search-backward (re-search-backward
(rx bol ";;; " (eval name) " ends here") (rx bol ";;; " (regexp name) " ends here")
nil t))) nil t)))
"Can't find the footer line") "Can't find the footer line")
((not (and (lm-copyright-mark) (lm-crack-copyright))) ((not (and (lm-copyright-mark) (lm-crack-copyright)))