aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Stephani2017-04-29 21:29:55 +0200
committerPhilipp Stephani2017-04-29 21:29:55 +0200
commit89159e78bb449d3c13506a37d4a5df4424958279 (patch)
tree49105de45de834bb790b28103986e4665f54490d
parent4db844a4532592ed2542c05a1747dad7ed319e15 (diff)
downloademacs-89159e78bb449d3c13506a37d4a5df4424958279.tar.gz
emacs-89159e78bb449d3c13506a37d4a5df4424958279.zip
; Fix function name
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index d3958b56438..af2a713822d 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -420,7 +420,7 @@ If called from Lisp, enable the mode if ARG is omitted or nil,
420and toggle it if ARG is `toggle'." 420and toggle it if ARG is `toggle'."
421 :group 'auto-save 421 :group 'auto-save
422 :global t 422 :global t
423 (when auto-save--timer (kill-timer auto-save--timer)) 423 (when auto-save--timer (cancel-timer auto-save--timer))
424 (setq auto-save--timer 424 (setq auto-save--timer
425 (when auto-save-visited-mode 425 (when auto-save-visited-mode
426 (run-with-idle-timer 426 (run-with-idle-timer