diff options
| author | Stefan Kangas | 2022-08-06 17:00:13 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-08-06 17:17:50 +0200 |
| commit | 7c8332e096ab92546db38ae27b582971b26cfdfd (patch) | |
| tree | c5582d7d1ec6a36aa5f1330293c43e8475ce3688 /etc | |
| parent | a3e894810a484aeac56d97f13d1c507e3d4eb0d5 (diff) | |
| download | emacs-7c8332e096ab92546db38ae27b582971b26cfdfd.tar.gz emacs-7c8332e096ab92546db38ae27b582971b26cfdfd.zip | |
Fix namespacing problem in allout.el
* lisp/allout.el (allout-outlinify-sticky): Rename from
'outlineify-sticky'. Make old name into obsolete alias.
(outlinify-sticky): Make into obsolete function alias for
'allout-outlinify-sticky'.
(allout-mode): Doc fix.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -2234,6 +2234,10 @@ remote host are shown. Alternatively, the user option | |||
| 2234 | 'proced-show-remote-processes' can be set to non-nil. | 2234 | 'proced-show-remote-processes' can be set to non-nil. |
| 2235 | 'proced-signal-function' has been marked obsolete. | 2235 | 'proced-signal-function' has been marked obsolete. |
| 2236 | 2236 | ||
| 2237 | --- | ||
| 2238 | *** 'outlineify-sticky' command is renamed to 'allout-outlinify-sticky'. | ||
| 2239 | The old name is still available as an obsolete function alias. | ||
| 2240 | |||
| 2237 | 2241 | ||
| 2238 | * New Modes and Packages in Emacs 29.1 | 2242 | * New Modes and Packages in Emacs 29.1 |
| 2239 | 2243 | ||