Mercurial > emacs
changeset 49622:d32039b77774
(outline-visible): Add obsolescence declaration and remove redundant info from
docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 05 Feb 2003 23:15:41 +0000 |
parents | 45cd70f39238 |
children | 987abcb13e1d |
files | lisp/textmodes/outline.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/outline.el Wed Feb 05 23:15:01 2003 +0000 +++ b/lisp/textmodes/outline.el Wed Feb 05 23:15:41 2003 +0000 @@ -342,9 +342,10 @@ (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.