From: Andreas Schwab Date: Wed, 24 Jun 1998 09:06:56 +0000 (+0000) Subject: (copyright-query): Use `other' widget X-Git-Tag: emacs-20.3~499 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e4f0bdfa23697443a2318e5882fdf94dea9d7e05;p=emacs.git (copyright-query): Use `other' widget type. --- 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." When this is `function', only ask when called non-interactively." :group 'copyright :type '(choice (const :tag "Do not ask") - (const :tag "Ask" t) - (const :tag "Ask unless interactive" function))) + (const :tag "Ask unless interactive" function) + (other :tag "Ask" t))) (defconst copyright-current-year (substring (current-time-string) -4)