From: Karl Heuer Date: Thu, 2 Oct 1997 02:57:16 +0000 (+0000) Subject: (revert-without-query): Fix customize type. X-Git-Tag: emacs-20.3~3055 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a0d809f20e7582b84bf6ecfa54bd281e63be57a5;p=emacs.git (revert-without-query): Fix customize type. --- diff --git a/lisp/files.el b/lisp/files.el index 0968d0fef48..102f0d3ba4f 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -153,7 +153,7 @@ The value is a list of regular expressions. If the file name matches one of these regular expressions, then `revert-buffer' reverts the file without querying if the file has changed on disk and you have not edited the buffer." - :type 'boolean + :type '(repeat regexp) :group 'find-file) (defvar buffer-file-number nil