Mercurial > emacs
changeset 22598:dcb17af08ae0
(shadow-noquery): Use `other' widget type.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 24 Jun 1998 09:23:52 +0000 |
parents | aaf6b0301b95 |
children | a9b371a8e835 |
files | lisp/shadowfile.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/shadowfile.el Wed Jun 24 09:23:00 1998 +0000 +++ b/lisp/shadowfile.el Wed Jun 24 09:23:52 1998 +0000 @@ -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