Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
89159e78
Commit
89159e78
authored
Apr 29, 2017
by
Philipp Stephani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
; Fix function name
parent
4db844a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/files.el
lisp/files.el
+1
-1
No files found.
lisp/files.el
View file @
89159e78
...
...
@@ -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
(
kil
l-timer
auto-save--timer
))
(
when
auto-save--timer
(
cance
l-timer
auto-save--timer
))
(
setq
auto-save--timer
(
when
auto-save-visited-mode
(
run-with-idle-timer
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment