]> git.eshelyaron.com Git - emacs.git/commitdiff
(copyright-update-year): Fix 2007-05-25 change.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 23 Jul 2007 19:44:33 +0000 (19:44 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 23 Jul 2007 19:44:33 +0000 (19:44 +0000)
lisp/ChangeLog
lisp/emacs-lisp/copyright.el

index 246b524cc60b7cccecb9aa17b992bb5e24f6d442..da709f444e66e4cf104085a2c5f9dd0c0bd37918 100644 (file)
@@ -1,3 +1,7 @@
+2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25 change.
+
 2007-07-23  Richard Stallman  <rms@gnu.org>
 
        * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
index facdf9e9aae8717485eb12d1c8f4ed3781ba36b7..222a903efb8edbe1cc3a43d7b194c2d6e378e35e 100644 (file)
@@ -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)