Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f1e3ff80
Commit
f1e3ff80
authored
Jan 16, 1998
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(global-auto-revert-ignore-buffer): Doc fix.
(global-auto-revert-mode): Fix message text.
parent
24f86c2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/autorevert.el
lisp/autorevert.el
+2
-2
No files found.
lisp/autorevert.el
View file @
f1e3ff80
...
...
@@ -190,7 +190,7 @@ Use this option with care since it could lead to excessive reverts."
:type
'hook
)
(
defvar
global-auto-revert-ignore-buffer
nil
"*When non-nil, Gobal Auto-Revert Mode will not revert this buffer.
"*When non-nil, G
l
obal Auto-Revert Mode will not revert this buffer.
This variable becomes buffer local when set in any faishon."
)
(
make-variable-buffer-local
'global-auto-revert-ignore-buffer
)
...
...
@@ -265,7 +265,7 @@ Use `auto-revert-mode' to revert a particular buffer."
(
>
(
prefix-numeric-value
arg
)
0
)))
(
if
(
and
auto-revert-verbose
(
interactive-p
))
(
message
"Gobal Auto-Revert Mode is now %s."
(
message
"G
l
obal Auto-Revert Mode is now %s."
(
if
global-auto-revert-mode
"on"
"off"
)))
(
auto-revert-set-timer
)
(
when
global-auto-revert-mode
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment