aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/saveplace.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/saveplace.el b/lisp/saveplace.el
index 3666c47c841..c2927526eaf 100644
--- a/lisp/saveplace.el
+++ b/lisp/saveplace.el
@@ -182,7 +182,7 @@ To save places automatically in all files, put this in your `.emacs' file:
182 ;; and make sure it will be saved again for later 182 ;; and make sure it will be saved again for later
183 (setq save-place t))))) 183 (setq save-place t)))))
184 184
185(defun save-place-kill-emacs-hook 185(defun save-place-kill-emacs-hook ()
186 (save-places-to-alist) 186 (save-places-to-alist)
187 (save-place-alist-to-file)) 187 (save-place-alist-to-file))
188 188