mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
(copyright-update-year): Fix 2007-05-25 change.
This commit is contained in:
parent
6b00d5f553
commit
f5e087f898
2 changed files with 5 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ When this is `function', only ask when called non-interactively."
|
|||
(save-match-data
|
||||
(forward-line 1)
|
||||
(and (looking-at comment-start-skip)
|
||||
(goto-char (match-end 1))))
|
||||
(goto-char (match-end 0))))
|
||||
(save-match-data
|
||||
(looking-at copyright-years-regexp))))
|
||||
(forward-line 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue