diff options
| author | Karl Heuer | 1997-10-02 02:57:16 +0000 |
|---|---|---|
| committer | Karl Heuer | 1997-10-02 02:57:16 +0000 |
| commit | a0d809f20e7582b84bf6ecfa54bd281e63be57a5 (patch) | |
| tree | b3bbec3406122f4b1471dab20144fb82c60babb0 | |
| parent | 218d6445e5285a29c782c6afd69483890edc869f (diff) | |
| download | emacs-a0d809f20e7582b84bf6ecfa54bd281e63be57a5.tar.gz emacs-a0d809f20e7582b84bf6ecfa54bd281e63be57a5.zip | |
(revert-without-query): Fix customize type.
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. | |||
| 153 | If the file name matches one of these regular expressions, | 153 | If the file name matches one of these regular expressions, |
| 154 | then `revert-buffer' reverts the file without querying | 154 | then `revert-buffer' reverts the file without querying |
| 155 | if the file has changed on disk and you have not edited the buffer." | 155 | if the file has changed on disk and you have not edited the buffer." |
| 156 | :type 'boolean | 156 | :type '(repeat regexp) |
| 157 | :group 'find-file) | 157 | :group 'find-file) |
| 158 | 158 | ||
| 159 | (defvar buffer-file-number nil | 159 | (defvar buffer-file-number nil |