; Fix thinko
This commit is contained in:
parent
2752573dfb
commit
72e24ed031
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue