diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2007-07-10 23:28:04 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2007-07-10 23:28:04 +0000 |
commit | c636ecc62cda9120a84645e5698c381939484fe8 (patch) | |
tree | 16281a01ada0a33b1fe2925dfc33d6104aee9de4 | |
parent | 1cd643e793fc948e63c02ae8241f2d20d4fa068d (diff) | |
download | emacs-c636ecc62cda9120a84645e5698c381939484fe8.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 6 | ||||
-rw-r--r-- | lisp/autoinsert.el | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a7cf4d23121..07bdcb37dbc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2007-07-10 Jim Meyering <jim@meyering.net> (tiny change) + + * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3. + + * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment. + 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca> * emacs-lisp/cl.el: Load cl-loaddefs.el quietly. diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index 3f615dcfbd3..dcacc6a99ff 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el @@ -188,7 +188,7 @@ If this contains a %s, that will be replaced by the matching rule." \;; This file is free software; you can redistribute it and/or modify \;; it under the terms of the GNU General Public License as published by -\;; the Free Software Foundation; either version 2, or (at your option) +\;; the Free Software Foundation; either version 3, or (at your option) \;; any later version. \;; This file is distributed in the hope that it will be useful, |