Skip to content

Commit

Permalink
Merge pull request #2 from halueda/halueda-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
halueda committed May 7, 2015
2 parents 73c07d6 + fd00de7 commit 78a11d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions real-auto-save.el
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
(if (verify-visited-file-modtime)
(save-buffer)
(message (format"%s has changed since visited or saved. Not saved automatically." elem)))
))
(real-auto-save-restart-timer))))
)))
(real-auto-save-restart-timer)))

(defun real-auto-save-remove-buffer-from-alist ()
"If a buffer is killed, remove it from real-auto-save-alist."
Expand Down

0 comments on commit 78a11d8

Please sign in to comment.