]> git.eshelyaron.com Git - emacs.git/commitdiff
(save-place-kill-emacs-hook): Fix typo.
authorRichard M. Stallman <rms@gnu.org>
Thu, 14 Apr 1994 12:04:19 +0000 (12:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 14 Apr 1994 12:04:19 +0000 (12:04 +0000)
lisp/saveplace.el

index 3666c47c841db4634c6678a822b6a25d780ed297..c2927526eaf9020c3e9b6ed448111d4bd2a811a6 100644 (file)
@@ -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))