Mercurial > emacs
changeset 26097:c6629f3f1679
(auto-revert-mode): Make auto-revert-mode permanent-local.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 19 Oct 1999 13:28:30 +0000 |
parents | 466a2fb0133c |
children | b77d8a0d5ddd |
files | lisp/autorevert.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/autorevert.el Tue Oct 19 12:49:42 1999 +0000 +++ b/lisp/autorevert.el Tue Oct 19 13:28:30 1999 +0000 @@ -220,6 +220,7 @@ Use `global-auto-revert-mode' to automatically revert all buffers." (interactive "P") (make-local-variable 'auto-revert-mode) + (put 'auto-revert-mode 'permanent-local t) (setq auto-revert-mode (if (null arg) (not auto-revert-mode)