diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-06-30 13:47:59 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-06-30 14:07:15 +0200 |
commit | bf65073767de47e3dfdb9b3086d4abd3ecb0089b (patch) | |
tree | 575967d2b903140959c27f3302afdcd8467208be /etc | |
parent | 80cf13a3d27d8a967feafeec32fd130529635592 (diff) | |
download | emacs-bf65073767de47e3dfdb9b3086d4abd3ecb0089b.tar.gz |
New hook save-place-after-find-file-hook
This is intended for use in Org mode, where we currently use advise.
* lisp/saveplace.el (save-place-after-find-file-hook): New hook.
(save-place-find-file-hook): Run new hook.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2912,6 +2912,10 @@ when used as part of a property list specification for the This is recorded in the 'function-history' symbol property. --- +** New hook 'save-place-after-find-file-hook'. +This is called at the end of 'save-place-find-file-hook'. + +--- ** 'indian-tml-base-table' no longer translates digits. Use 'indian-tml-base-digits-table' if you want digits translation. |