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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/elide-head.el [lexbind]
Date: Thu, 28 Oct 2004 22:16:45 -0400

Index: emacs/lisp/elide-head.el
diff -c emacs/lisp/elide-head.el:1.9.8.2 emacs/lisp/elide-head.el:1.9.8.3
*** emacs/lisp/elide-head.el:1.9.8.2    Tue Oct 14 23:51:00 2003
--- emacs/lisp/elide-head.el    Fri Oct 29 02:05:09 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]