From: Nick Roberts Date: Wed, 11 Jul 2007 01:52:25 +0000 (+0000) Subject: (copyright-current-gpl-version): Set to 3. X-Git-Tag: emacs-pretest-22.1.90~1283 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fec50ededb0da99b2984b04188f02b98f1c75f2a;p=emacs.git (copyright-current-gpl-version): Set to 3. --- diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index 5f5aecea97a..dd01e7a448d 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el @@ -72,7 +72,7 @@ When this is `function', only ask when called non-interactively." ;; when modifying this, also modify the comment generated by autoinsert.el -(defconst copyright-current-gpl-version "2" +(defconst copyright-current-gpl-version "3" "String representing the current version of the GPL or nil.") (defvar copyright-update t)