diff options
| -rw-r--r-- | lisp/emacs-lisp/copyright.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index cf858a25fcf..646a52cdae5 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el | |||
| @@ -22,6 +22,7 @@ | |||
| 22 | (defvar current-gpl-version "2" | 22 | (defvar current-gpl-version "2" |
| 23 | "String representing the current version of the GPL.") | 23 | "String representing the current version of the GPL.") |
| 24 | 24 | ||
| 25 | ;;;###autoload | ||
| 25 | (defvar replace-copying-with nil | 26 | (defvar replace-copying-with nil |
| 26 | "*If non-nil, replace copying notices with this file.") | 27 | "*If non-nil, replace copying notices with this file.") |
| 27 | 28 | ||