(load-save-place-alist-from-file): Use expanded name in both messages.

This commit is contained in:
Romain Francoise 2006-09-16 18:22:01 +00:00
parent be8b7dbd64
commit c7abb1824c
2 changed files with 6 additions and 1 deletions

View file

@ -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):

View file

@ -238,7 +238,7 @@ may have changed\) back to `save-place-alist'."
;; 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*"))