mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
(outline-visible): Add WHEN to obsolescence declaration.
This commit is contained in:
parent
89ee01639d
commit
d79f734ed6
@ -448,7 +448,7 @@ at the end of the buffer."
|
||||
|
||||
(defun outline-visible ()
|
||||
(not (outline-invisible-p)))
|
||||
(make-obsolete 'outline-visible 'outline-invisible-p)
|
||||
(make-obsolete 'outline-visible 'outline-invisible-p "21.1")
|
||||
|
||||
(defun outline-back-to-heading (&optional invisible-ok)
|
||||
"Move to previous heading line, or beg of this line if it's a heading.
|
||||
|
Loading…
Reference in New Issue
Block a user