emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog emacs-lisp/copyright.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog emacs-lisp/copyright.el
Date: Sun, 11 Jan 2009 03:10:22 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/01/11 03:10:21

Modified files:
        lisp           : ChangeLog 
        lisp/emacs-lisp: copyright.el 

Log message:
        (copyright-update): Add doc-string.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15087&r2=1.15088
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/emacs-lisp/copyright.el?cvsroot=emacs&r1=1.77&r2=1.78

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15087
retrieving revision 1.15088
diff -u -b -r1.15087 -r1.15088
--- ChangeLog   11 Jan 2009 03:03:21 -0000      1.15087
+++ ChangeLog   11 Jan 2009 03:10:12 -0000      1.15088
@@ -11,6 +11,8 @@
        (authors-scan-el, authors-add-to-author-list, authors):
        Handle multiple authors in a file, via a new :cowrote category.
 
+       * emacs-lisp/copyright.el (copyright-update): Add doc-string.
+
 2009-01-10  Richard M Stallman  <address@hidden>
 
        * mail/mail-utils.el (mail-quote-printable-region): New function.

Index: emacs-lisp/copyright.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/copyright.el,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -b -r1.77 -r1.78
--- emacs-lisp/copyright.el     3 Jan 2009 19:40:20 -0000       1.77
+++ emacs-lisp/copyright.el     11 Jan 2009 03:10:19 -0000      1.78
@@ -86,7 +86,8 @@
 (defconst copyright-current-gpl-version "3"
   "String representing the current version of the GPL or nil.")
 
-(defvar copyright-update t)
+(defvar copyright-update t
+  "The function `copyright-update' sets this to nil after updating a buffer.")
 
 ;; This is a defvar rather than a defconst, because the year can
 ;; change during the Emacs session.
@@ -231,6 +232,7 @@
     nil))
 
 
+;; FIXME should be within 50 years of present (cf calendar).
 ;;;###autoload
 (defun copyright-fix-years ()
   "Convert 2 digit years to 4 digit years.




reply via email to

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