emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/outline.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/outline.el
Date: Wed, 05 Feb 2003 18:15:41 -0500

Index: emacs/lisp/textmodes/outline.el
diff -c emacs/lisp/textmodes/outline.el:1.59 
emacs/lisp/textmodes/outline.el:1.60
*** emacs/lisp/textmodes/outline.el:1.59        Tue Feb  4 08:30:44 2003
--- emacs/lisp/textmodes/outline.el     Wed Feb  5 18:15:41 2003
***************
*** 342,350 ****
  (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)))
  
  (defun outline-back-to-heading (&optional invisible-ok)
    "Move to previous heading line, or beg of this line if it's a heading.
--- 342,351 ----
  (defsubst outline-invisible-p ()
    "Non-nil if the character after point is invisible."
    (get-char-property (point) 'invisible))
+ 
  (defun outline-visible ()
    (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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]