aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/saveplace.el
Commit message (Collapse)AuthorAgeFilesLines
* (save-place-to-alist): Optimize out the degenerateKarl Heuer1997-09-251-9/+10
| | | | case when point is 1.
* (save-place-version-control): Make nil the default.Richard M. Stallman1997-09-251-2/+2
|
* Add defgroup; use defcustom for user vars.Richard M. Stallman1997-04-151-8/+25
|
* (load-save-place-alist-from-file): Delete spurious t's.Richard M. Stallman1997-01-281-3/+1
|
* Undo previous change.Richard M. Stallman1996-05-081-10/+9
| | | | | Delete the version number entirely; fix up whitespace that was changed before.
* Merged cosmetic differences between FSF version and local copy. InKarl Fogel1996-05-081-9/+9
| | | | | | the future, diffmon will make this unnecessary. (save-place-version): new var; init to 1.4. (save-place-limit): init to nil.
* (save-place-kill-emacs-hook): Always call save-places-to-alist.Richard M. Stallman1996-03-061-3/+5
|
* (save-place-kill-emacs-hook): Don't saveRichard M. Stallman1996-03-051-2/+4
| | | | if we never loaded the save-place-file.
* (toggle-save-place): Fix message text.Karl Heuer1996-01-251-3/+3
|
* (toggle-save-place, save-place-alist-to-file, ↵Karl Heuer1996-01-251-7/+5
| | | | load-save-place-alist-from-file): Delete format call inside message.
* Update FSF's address.Erik Naggum1996-01-141-2/+7
|
* (save-place-file): Use convert-standard-filename.Richard M. Stallman1996-01-011-1/+1
|
* (save-place-limit): New variable.Richard M. Stallman1995-11-301-2/+23
| | | | | | (load-save-place-alist-from-file): Obey it. Fix "done" message. (save-place-alist-to-file): Fix "done" message.
* (save-place-to-alist): Handle hexl-mode specially.Richard M. Stallman1995-11-201-1/+4
|
* (save-place-find-file-hook): Check after-find-file-from-revert-buffer.Richard M. Stallman1994-09-061-1/+2
|
* (save-place-kill-emacs-hook): Fix typo.Richard M. Stallman1994-04-141-1/+1
|
* (save-place-find-file-hook, save-place-kill-emacs-hook): New functions.Richard M. Stallman1994-04-061-24/+19
| | | | (hooks for find-file-hooks,kill-emacs-hook): Use those new functions.
* (save-place-version-control): New var, for determiningRichard M. Stallman1994-04-041-7/+24
| | | | | | | how to back up the master saved-places file. (save-place-alist-to-file): Bind version-control depending on `save-place-version-control'. (hook for find-file-hooks): Specify the APPEND arg to add-hook.
* entered into RCSRichard M. Stallman1993-08-131-0/+186