diff options
| author | Nick Roberts | 2007-07-10 23:30:18 +0000 |
|---|---|---|
| committer | Nick Roberts | 2007-07-10 23:30:18 +0000 |
| commit | 948d9b97fc2edc08887a6886d69891a757cdfe09 (patch) | |
| tree | 64b7c4b2d50aca86603f4254b9beaefa57794c3f | |
| parent | c636ecc62cda9120a84645e5698c381939484fe8 (diff) | |
| download | emacs-948d9b97fc2edc08887a6886d69891a757cdfe09.tar.gz emacs-948d9b97fc2edc08887a6886d69891a757cdfe09.zip | |
(copyright-current-gpl-version): Set to 3.
| -rw-r--r-- | lisp/emacs-lisp/copyright.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index ac61c5a9ada..facdf9e9aae 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el | |||
| @@ -79,7 +79,7 @@ When this is `function', only ask when called non-interactively." | |||
| 79 | 79 | ||
| 80 | 80 | ||
| 81 | ;; when modifying this, also modify the comment generated by autoinsert.el | 81 | ;; when modifying this, also modify the comment generated by autoinsert.el |
| 82 | (defconst copyright-current-gpl-version "2" | 82 | (defconst copyright-current-gpl-version "3" |
| 83 | "String representing the current version of the GPL or nil.") | 83 | "String representing the current version of the GPL or nil.") |
| 84 | 84 | ||
| 85 | (defvar copyright-update t) | 85 | (defvar copyright-update t) |