From 91eac6dae87712b7064dd0cd1594db6d3d9ff92e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 28 Jan 1997 22:22:10 +0000 Subject: [PATCH] (load-save-place-alist-from-file): Delete spurious t's. --- lisp/saveplace.el | 4 +--- 1 file changed, 1 insertion(+), 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 () -- 2.39.2