+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):
;; 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*"))