summaryrefslogtreecommitdiff
path: root/lisp/shadowfile.el
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1998-06-24 09:23:52 +0000
committerAndreas Schwab <schwab@suse.de>1998-06-24 09:23:52 +0000
commita62e9680f7710b5656221bb9ad2237ad702d06a3 (patch)
tree03ca91c21248e1f66b156f8c8563971305b477e3 /lisp/shadowfile.el
parent79b96ef4fb138f45baf8ec2e9891272cc646804e (diff)
downloademacs-a62e9680f7710b5656221bb9ad2237ad702d06a3.tar.gz
(shadow-noquery): Use `other' widget type.
Diffstat (limited to 'lisp/shadowfile.el')
-rw-r--r--lisp/shadowfile.el2
1 files changed, 1 insertions, 1 deletions
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