diff options
| -rw-r--r-- | lisp/outline.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/outline.el b/lisp/outline.el index 837e66fb173..93ec79c976a 100644 --- a/lisp/outline.el +++ b/lisp/outline.el | |||
| @@ -448,7 +448,7 @@ at the end of the buffer." | |||
| 448 | 448 | ||
| 449 | (defun outline-visible () | 449 | (defun outline-visible () |
| 450 | (not (outline-invisible-p))) | 450 | (not (outline-invisible-p))) |
| 451 | (make-obsolete 'outline-visible 'outline-invisible-p) | 451 | (make-obsolete 'outline-visible 'outline-invisible-p "21.1") |
| 452 | 452 | ||
| 453 | (defun outline-back-to-heading (&optional invisible-ok) | 453 | (defun outline-back-to-heading (&optional invisible-ok) |
| 454 | "Move to previous heading line, or beg of this line if it's a heading. | 454 | "Move to previous heading line, or beg of this line if it's a heading. |