From: Richard M. Stallman Date: Tue, 28 Jan 1997 22:22:10 +0000 (+0000) Subject: (load-save-place-alist-from-file): Delete spurious t's. X-Git-Tag: emacs-20.1~2996 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=91eac6dae87712b7064dd0cd1594db6d3d9ff92e;p=emacs.git (load-save-place-alist-from-file): Delete spurious t's. --- 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 ()