Changeset 4166 for trunk/lisp/saveplace.el
- Timestamp:
- 09/18/06 20:48:14 (2 years ago)
- Files:
-
- trunk/lisp/saveplace.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/saveplace.el
r4037 r4166 239 239 (if (file-readable-p file) 240 240 (save-excursion 241 (message "Loading places from %s..." save-place-file)241 (message "Loading places from %s..." file) 242 242 ;; don't want to use find-file because we have been 243 243 ;; adding hooks to it.
