mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(outline-visible): Add WHEN to obsolescence declaration.
This commit is contained in:
parent
89ee01639d
commit
d79f734ed6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue