From: Stefan Kangas Date: Fri, 17 Sep 2021 07:45:21 +0000 (+0200) Subject: * lisp/allout.el (allout-old-expose-topic): Make obsolete. X-Git-Tag: emacs-28.0.90~911 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fc10e7fe5ff924ab0047c62a0fd9d72df38b21b6;p=emacs.git * lisp/allout.el (allout-old-expose-topic): Make obsolete. --- diff --git a/lisp/allout.el b/lisp/allout.el index 09977aae843..bb365246587 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -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))