]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/allout.el (allout-old-expose-topic): Make obsolete.
authorStefan Kangas <stefan@marxist.se>
Fri, 17 Sep 2021 07:45:21 +0000 (09:45 +0200)
committerStefan Kangas <stefan@marxist.se>
Fri, 17 Sep 2021 07:49:12 +0000 (09:49 +0200)
lisp/allout.el

index 09977aae843f03690ca57e35f208f326c4f1b5a8..bb365246587f4f8d3f4509e1f5c15dc2a3c64652 100644 (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))