From fc10e7fe5ff924ab0047c62a0fd9d72df38b21b6 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 17 Sep 2021 09:45:21 +0200 Subject: [PATCH] * lisp/allout.el (allout-old-expose-topic): Make obsolete. --- lisp/allout.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)) -- 2.39.5