Mercurial > emacs
changeset 72938:4ec3fdbaa1ab
(load-save-place-alist-from-file): Use expanded name in both messages.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Sat, 16 Sep 2006 18:22:01 +0000 |
parents | 1eb51770045b |
children | 980586804d04 |
files | lisp/ChangeLog lisp/saveplace.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Sep 16 17:56:17 2006 +0000 +++ b/lisp/ChangeLog Sat Sep 16 18:22:01 2006 +0000 @@ -1,3 +1,8 @@ +2006-09-16 Romain Francoise <romain@orebokech.com> + + * saveplace.el (load-save-place-alist-from-file): Use expanded name + in both messages. + 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> * progmodes/python.el (python-preoutput-filter):
--- a/lisp/saveplace.el Sat Sep 16 17:56:17 2006 +0000 +++ b/lisp/saveplace.el Sat Sep 16 18:22:01 2006 +0000 @@ -238,7 +238,7 @@ ;; load it if it exists: (if (file-readable-p file) (save-excursion - (message "Loading places from %s..." save-place-file) + (message "Loading places from %s..." file) ;; don't want to use find-file because we have been ;; adding hooks to it. (set-buffer (get-buffer-create " *Saved Places*"))