summaryrefslogtreecommitdiff
path: root/lisp/saveplace.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-04-14 12:04:19 +0000
committerRichard M. Stallman <rms@gnu.org>1994-04-14 12:04:19 +0000
commit4d2c9a1076b40f11c747feed65f7045f865fa31a (patch)
tree67212780f6f255d1c278c73b7995c89bd4a2c8ec /lisp/saveplace.el
parentc01fd0771981bc96c135e72e162821a0deba3d84 (diff)
downloademacs-4d2c9a1076b40f11c747feed65f7045f865fa31a.tar.gz
(save-place-kill-emacs-hook): Fix typo.
Diffstat (limited to 'lisp/saveplace.el')
-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:
;; and make sure it will be saved again for later
(setq save-place t)))))
-(defun save-place-kill-emacs-hook
+(defun save-place-kill-emacs-hook ()
(save-places-to-alist)
(save-place-alist-to-file))