emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 89159e7: ; Fix function name


From: Philipp Stephani
Subject: [Emacs-diffs] master 89159e7: ; Fix function name
Date: Sat, 29 Apr 2017 15:30:09 -0400 (EDT)

branch: master
commit 89159e78bb449d3c13506a37d4a5df4424958279
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    ; Fix function name
---
 lisp/files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/files.el b/lisp/files.el
index d3958b5..af2a713 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,
 and toggle it if ARG is `toggle'."
   :group 'auto-save
   :global t
-  (when auto-save--timer (kill-timer auto-save--timer))
+  (when auto-save--timer (cancel-timer auto-save--timer))
   (setq auto-save--timer
         (when auto-save-visited-mode
           (run-with-idle-timer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]