emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/elide-head.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/elide-head.el [emacs-unicode-2]
Date: Thu, 04 Nov 2004 04:06:10 -0500

Index: emacs/lisp/elide-head.el
diff -c emacs/lisp/elide-head.el:1.11.6.1 emacs/lisp/elide-head.el:1.11.6.2
*** emacs/lisp/elide-head.el:1.11.6.1   Fri Apr 16 12:49:49 2004
--- emacs/lisp/elide-head.el    Thu Nov  4 08:55:37 2004
***************
*** 98,104 ****
            (if rest (setq rest (cdr rest))))
          (if (not (and beg end))
              (if (interactive-p)
!                 (error "No header found"))
            (goto-char beg)
            (end-of-line)
            (if (overlayp elide-head-overlay)
--- 98,104 ----
            (if rest (setq rest (cdr rest))))
          (if (not (and beg end))
              (if (interactive-p)
!                 (message "No header found"))
            (goto-char beg)
            (end-of-line)
            (if (overlayp elide-head-overlay)
***************
*** 115,121 ****
           (overlay-buffer elide-head-overlay))
        (delete-overlay elide-head-overlay)
      (if (interactive-p)
!       (error "No header hidden"))))
  
  (provide 'elide-head)
  
--- 115,121 ----
           (overlay-buffer elide-head-overlay))
        (delete-overlay elide-head-overlay)
      (if (interactive-p)
!       (message "No header hidden"))))
  
  (provide 'elide-head)
  




reply via email to

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