* lisp/autorevert.el (auto-revert-avoid-polling): Fix :set form.
This commit is contained in:
parent
2885372168
commit
826f1e2601
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue