From c3c5cfdb93474b702cb9a0de3d98befc4aa9a401 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 5 Feb 2003 23:15:41 +0000 Subject: [PATCH] (outline-visible): Add obsolescence declaration and remove redundant info from docstring. --- lisp/textmodes/outline.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/textmodes/outline.el b/lisp/textmodes/outline.el index ed04dd11932..ffb9c3bd881 100644 --- a/lisp/textmodes/outline.el +++ b/lisp/textmodes/outline.el @@ -342,9 +342,10 @@ at the end of the buffer." (defsubst outline-invisible-p () "Non-nil if the character after point is invisible." (get-char-property (point) 'invisible)) + (defun outline-visible () - "Obsolete. Use `outline-invisible-p'." (not (outline-invisible-p))) +(make-obsolete 'outline-visible 'outline-invisible-p) (defun outline-back-to-heading (&optional invisible-ok) "Move to previous heading line, or beg of this line if it's a heading. -- 2.39.2