# HG changeset patch # User Andreas Schwab # Date 898679216 0 # Node ID a191ee97be0045444dbff98fa9e03c6dd903d94d # Parent d0ad271c777463c06186e547f9ba532c6de2a5a0 (copyright-query): Use `other' widget type. diff -r d0ad271c7774 -r a191ee97be00 lisp/emacs-lisp/copyright.el --- 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)