changeset 20018:eb109838909d

(revert-without-query): Fix customize type.
author Karl Heuer <kwzh@gnu.org>
date Thu, 02 Oct 1997 02:57:16 +0000
parents 0bef1d3ea752
children d8e290881d8c
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Thu Oct 02 02:57:01 1997 +0000
+++ b/lisp/files.el	Thu Oct 02 02:57:16 1997 +0000
@@ -153,7 +153,7 @@
 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