1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

* lisp/autorevert.el (auto-revert-avoid-polling): Fix :set form.

This commit is contained in:
Mattias Engdegård 2019-04-30 15:53:56 +02:00
parent 2885372168
commit 826f1e2601

View File

@ -322,7 +322,8 @@ the value of this variable."
:type 'boolean
:set (lambda (variable value)
(set-default variable value)
(auto-revert-set-timer))
(when (fboundp 'auto-revert-set-timer)
(auto-revert-set-timer)))
:version "27.1")
;; Internal variables: