diff options
-rw-r--r-- | lisp/saveplace.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/saveplace.el b/lisp/saveplace.el index 364e766dcb0..95a7eb550f1 100644 --- a/lisp/saveplace.el +++ b/lisp/saveplace.el @@ -179,9 +179,7 @@ To save places automatically in all files, put this in your `.emacs' file: (setq s (cdr s)))))) (kill-buffer (current-buffer)) - (message "Loading places from %s...done" file) - t) - t) + (message "Loading places from %s...done" file))) nil)))) (defun save-places-to-alist () |