]> git.eshelyaron.com Git - emacs.git/commitdiff
(shadow-noquery): Use `other' widget type.
authorAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 09:23:52 +0000 (09:23 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 09:23:52 +0000 (09:23 +0000)
lisp/shadowfile.el

index c55d91c3eceb48d03fcf392d3c936a83d2bc5476..10ba6cdff54a90618941d3c0a6dbd983c2302112 100644 (file)
@@ -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