emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102946: * lisp/emacs-lisp/copyright.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102946: * lisp/emacs-lisp/copyright.el (copyright-fix-years): Use copyright-find-copyright.
Date: Sat, 22 Jan 2011 14:13:17 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102946
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2011-01-22 14:13:17 -0800
message:
  * lisp/emacs-lisp/copyright.el (copyright-fix-years): Use 
copyright-find-copyright.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/copyright.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-01-22 22:09:09 +0000
+++ b/lisp/ChangeLog    2011-01-22 22:13:17 +0000
@@ -5,6 +5,7 @@
        (copyright-update): Don't mess with the GPL version if we don't own the
        copyright.  Update license regexp, and remove no longer needed
        Esperanto stuff.
+       (copyright-fix-years): Use copyright-find-copyright.
 
 2011-01-22  Chong Yidong  <address@hidden>
 

=== modified file 'lisp/emacs-lisp/copyright.el'
--- a/lisp/emacs-lisp/copyright.el      2011-01-22 22:09:09 +0000
+++ b/lisp/emacs-lisp/copyright.el      2011-01-22 22:13:17 +0000
@@ -255,7 +255,7 @@
   (interactive)
   (widen)
   (goto-char (copyright-start-point))
-  (if (copyright-re-search copyright-regexp (copyright-limit) t)
+  (if (copyright-find-copyright)
       (let ((s (match-beginning 2))
            (e (copy-marker (1+ (match-end 2))))
            (p (make-marker))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]