emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master fc10e7f: * lisp/allout.el (allout-old-expose-topic): Make obsolet


From: Stefan Kangas
Subject: master fc10e7f: * lisp/allout.el (allout-old-expose-topic): Make obsolete.
Date: Fri, 17 Sep 2021 03:49:24 -0400 (EDT)

branch: master
commit fc10e7fe5ff924ab0047c62a0fd9d72df38b21b6
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * 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 09977aa..bb36524 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]