aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Kangas2022-08-06 17:00:13 +0200
committerStefan Kangas2022-08-06 17:17:50 +0200
commit7c8332e096ab92546db38ae27b582971b26cfdfd (patch)
treec5582d7d1ec6a36aa5f1330293c43e8475ce3688 /etc
parenta3e894810a484aeac56d97f13d1c507e3d4eb0d5 (diff)
downloademacs-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bca3c4da787..ea26c5e6bab 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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'.
2239The 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