From a62e9680f7710b5656221bb9ad2237ad702d06a3 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 24 Jun 1998 09:23:52 +0000 Subject: [PATCH] (shadow-noquery): Use `other' widget type. --- lisp/shadowfile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2