# HG changeset patch # User Andreas Schwab # Date 898680232 0 # Node ID dcb17af08ae05581293ac608a9f2b7f16e519d03 # Parent aaf6b0301b95f78e1820b5b9263cd5cfbff7c4b6 (shadow-noquery): Use `other' widget type. diff -r aaf6b0301b95 -r dcb17af08ae0 lisp/shadowfile.el --- 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