diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-04-14 12:04:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-04-14 12:04:19 +0000 |
commit | bdce1174088f207b917e49946eac57d88787781a (patch) | |
tree | f1710b5c772ccbe7acd4212b2c4f9aada8fd6055 | |
parent | 24c22d323ddbf7e1c7a97422a694a1afad377275 (diff) | |
download | emacs-bdce1174088f207b917e49946eac57d88787781a.tar.gz |
(save-place-kill-emacs-hook): Fix typo.
-rw-r--r-- | lisp/saveplace.el | 2 |
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)) |