emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/reveal.el
Date: Wed, 16 Apr 2003 12:03:46 -0400

Index: emacs/lisp/reveal.el
diff -c emacs/lisp/reveal.el:1.9 emacs/lisp/reveal.el:1.10
*** emacs/lisp/reveal.el:1.9    Mon Mar 31 17:26:26 2003
--- emacs/lisp/reveal.el        Wed Apr 16 12:03:46 2003
***************
*** 95,101 ****
                     (let ((inv (overlay-get ol 'invisible)))
                       (and inv (symbolp inv)
                            (or (setq open (or (get inv 
'reveal-toggle-invisible)
!                                              (get ol 
'isearch-open-invisible-temporary)))
                                (overlay-get ol 'isearch-open-invisible)
                                (and (consp buffer-invisibility-spec)
                                     (assq inv buffer-invisibility-spec)))
--- 95,101 ----
                     (let ((inv (overlay-get ol 'invisible)))
                       (and inv (symbolp inv)
                            (or (setq open (or (get inv 
'reveal-toggle-invisible)
!                                              (overlay-get ol 
'isearch-open-invisible-temporary)))
                                (overlay-get ol 'isearch-open-invisible)
                                (and (consp buffer-invisibility-spec)
                                     (assq inv buffer-invisibility-spec)))
***************
*** 129,135 ****
             (if (or open
                     (and (setq inv (overlay-get ol 'reveal-invisible))
                          (setq open (or (get inv 'reveal-toggle-invisible)
!                                        (get ol 
'isearch-open-invisible-temporary)))))
                 (condition-case err
                     (funcall open ol t)
                   (error (message "!!Reveal-hide: %s !!" err)))
--- 129,135 ----
             (if (or open
                     (and (setq inv (overlay-get ol 'reveal-invisible))
                          (setq open (or (get inv 'reveal-toggle-invisible)
!                                        (overlay-get ol 
'isearch-open-invisible-temporary)))))
                 (condition-case err
                     (funcall open ol t)
                   (error (message "!!Reveal-hide: %s !!" err)))




reply via email to

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