diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/shadowfile.el | 2 |
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 |
