* lisp/allout.el (allout-old-expose-topic): Make obsolete.

This commit is contained in:
Stefan Kangas 2021-09-17 09:45:21 +02:00
parent b95157de2d
commit fc10e7fe5f

View file

@ -5056,7 +5056,6 @@ Examples:
max-pos)))
;;;_ > allout-old-expose-topic (spec &rest followers)
(defun allout-old-expose-topic (spec &rest followers)
"Deprecated. Use `allout-expose-topic' (with different schema
format) instead.
@ -5088,7 +5087,7 @@ elements of the list are nested SPECs, dictating the specific exposure
for the corresponding offspring of the topic.
Optional FOLLOWERS arguments dictate exposure for succeeding siblings."
(declare (obsolete allout-expose-topic "28.1"))
(interactive "xExposure spec: ")
(let ((inhibit-field-text-motion t)
(depth (allout-current-depth))