]> git.eshelyaron.com Git - emacs.git/commitdiff
(load-save-place-alist-from-file): Use expanded name in both messages.
authorRomain Francoise <romain@orebokech.com>
Sat, 16 Sep 2006 18:22:01 +0000 (18:22 +0000)
committerRomain Francoise <romain@orebokech.com>
Sat, 16 Sep 2006 18:22:01 +0000 (18:22 +0000)
lisp/ChangeLog
lisp/saveplace.el

index 0b4d6147678991c4a931720306bf6d68b9f0ca12..1a4706d3f64c388b4474d5981471960c3f944e8c 100644 (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):
index a2bc18e9de1bce4da7837dc9f0bf6365a837b763..cfaf87852d49d84f3b5b1e2de9e2a85dbb4e0b8b 100644 (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*"))