From: Richard M. Stallman Date: Thu, 14 Apr 1994 12:04:19 +0000 (+0000) Subject: (save-place-kill-emacs-hook): Fix typo. X-Git-Tag: emacs-19.34~8976 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4d2c9a1076b40f11c747feed65f7045f865fa31a;p=emacs.git (save-place-kill-emacs-hook): Fix typo. --- 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))