From: Andreas Schwab Date: Wed, 24 Jun 1998 09:23:52 +0000 (+0000) Subject: (shadow-noquery): Use `other' widget type. X-Git-Tag: emacs-20.3~481 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a62e9680f7710b5656221bb9ad2237ad702d06a3;p=emacs.git (shadow-noquery): Use `other' widget type. --- diff --git a/lisp/shadowfile.el b/lisp/shadowfile.el index c55d91c3ece..10ba6cdff54 100644 --- a/lisp/shadowfile.el +++ b/lisp/shadowfile.el @@ -92,7 +92,7 @@ "*If t, always copy shadow files without asking. If nil \(the default), always ask. If not nil and not t, ask only if there is no buffer currently visiting the file." - :type '(choice (const t) (const nil) (const :tag "Ask if no buffer" maybe)) + :type '(choice (const t) (const nil) (other :tag "Ask if no buffer" maybe)) :group 'shadow) (defcustom shadow-inhibit-message nil