aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Francoise2006-09-16 18:22:01 +0000
committerRomain Francoise2006-09-16 18:22:01 +0000
commitc7abb1824cd3c17ed5d8bf3400b979318c66dfaa (patch)
treeb1220e7e7d19265cce86f39909cba54a9168d8c8
parentbe8b7dbd649cd28075352a5a459bd3c62cf249fc (diff)
downloademacs-c7abb1824cd3c17ed5d8bf3400b979318c66dfaa.tar.gz
emacs-c7abb1824cd3c17ed5d8bf3400b979318c66dfaa.zip
(load-save-place-alist-from-file): Use expanded name in both messages.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/saveplace.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0b4d6147678..1a4706d3f64 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-09-16 Romain Francoise <romain@orebokech.com>
2
3 * saveplace.el (load-save-place-alist-from-file): Use expanded name
4 in both messages.
5
12006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> 62006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
2 7
3 * progmodes/python.el (python-preoutput-filter): 8 * progmodes/python.el (python-preoutput-filter):
diff --git a/lisp/saveplace.el b/lisp/saveplace.el
index a2bc18e9de1..cfaf87852d4 100644
--- a/lisp/saveplace.el
+++ b/lisp/saveplace.el
@@ -238,7 +238,7 @@ may have changed\) back to `save-place-alist'."
238 ;; load it if it exists: 238 ;; load it if it exists:
239 (if (file-readable-p file) 239 (if (file-readable-p file)
240 (save-excursion 240 (save-excursion
241 (message "Loading places from %s..." save-place-file) 241 (message "Loading places from %s..." file)
242 ;; don't want to use find-file because we have been 242 ;; don't want to use find-file because we have been
243 ;; adding hooks to it. 243 ;; adding hooks to it.
244 (set-buffer (get-buffer-create " *Saved Places*")) 244 (set-buffer (get-buffer-create " *Saved Places*"))