diff options
| author | Andreas Schwab | 1998-06-24 09:06:56 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1998-06-24 09:06:56 +0000 |
| commit | e4f0bdfa23697443a2318e5882fdf94dea9d7e05 (patch) | |
| tree | 508853e9389709d2baf9b4346a2222d66b96cce1 /lisp/emacs-lisp/copyright.el | |
| parent | 59c9da9d0a40ca831c1351896cddcf710b173126 (diff) | |
| download | emacs-e4f0bdfa23697443a2318e5882fdf94dea9d7e05.tar.gz emacs-e4f0bdfa23697443a2318e5882fdf94dea9d7e05.zip | |
(copyright-query): Use `other' widget
type.
Diffstat (limited to 'lisp/emacs-lisp/copyright.el')
| -rw-r--r-- | lisp/emacs-lisp/copyright.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index 01dedb7237e..54a8b86f0fa 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el | |||
| @@ -57,8 +57,8 @@ The second \\( \\) construct must match the years." | |||
| 57 | When this is `function', only ask when called non-interactively." | 57 | When this is `function', only ask when called non-interactively." |
| 58 | :group 'copyright | 58 | :group 'copyright |
| 59 | :type '(choice (const :tag "Do not ask") | 59 | :type '(choice (const :tag "Do not ask") |
| 60 | (const :tag "Ask" t) | 60 | (const :tag "Ask unless interactive" function) |
| 61 | (const :tag "Ask unless interactive" function))) | 61 | (other :tag "Ask" t))) |
| 62 | 62 | ||
| 63 | 63 | ||
| 64 | (defconst copyright-current-year (substring (current-time-string) -4) | 64 | (defconst copyright-current-year (substring (current-time-string) -4) |