Mercurial > emacs
changeset 16948:62b9178b858b
(load-save-place-alist-from-file): Delete spurious t's.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 28 Jan 1997 22:22:10 +0000 |
parents | a6957ab8c977 |
children | 18731f7e2c73 |
files | lisp/saveplace.el |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/saveplace.el Tue Jan 28 18:38:51 1997 +0000 +++ b/lisp/saveplace.el Tue Jan 28 22:22:10 1997 +0000 @@ -179,9 +179,7 @@ (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 ()