changeset 22580:a191ee97be00

(copyright-query): Use `other' widget type.
author Andreas Schwab <schwab@suse.de>
date Wed, 24 Jun 1998 09:06:56 +0000
parents d0ad271c7774
children 2f420ea7b3d4
files lisp/emacs-lisp/copyright.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/copyright.el	Wed Jun 24 09:05:39 1998 +0000
+++ b/lisp/emacs-lisp/copyright.el	Wed Jun 24 09:06:56 1998 +0000
@@ -57,8 +57,8 @@
 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)