emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Colin Walters
Subject: [Emacs-diffs] Changes to emacs/lisp/replace.el
Date: Thu, 25 Apr 2002 15:02:46 -0400

Index: emacs/lisp/replace.el
diff -c emacs/lisp/replace.el:1.133 emacs/lisp/replace.el:1.134
*** emacs/lisp/replace.el:1.133 Wed Apr 24 19:28:45 2002
--- emacs/lisp/replace.el       Thu Apr 25 15:02:46 2002
***************
*** 655,661 ****
    (occur-1 regexp nlines bufs))
  
  (defun multi-occur-by-filename-regexp (bufregexp regexp &optional nlines)
!   "Show all lines in buffers containing REGEXP, named by BUFREGEXP.
  See also `multi-occur'."
    (interactive
     (cons
--- 655,661 ----
    (occur-1 regexp nlines bufs))
  
  (defun multi-occur-by-filename-regexp (bufregexp regexp &optional nlines)
!   "Show all lines matching REGEXP in buffers named by BUFREGEXP.
  See also `multi-occur'."
    (interactive
     (cons
***************
*** 701,707 ****
        (if (> count 0)
            (display-buffer occur-buf)
          (kill-buffer occur-buf)))
-       (goto-char (point-min))
        (setq occur-revert-properties (list regexp nlines bufs)
            buffer-read-only t))))
  
--- 701,706 ----
***************
*** 818,824 ****
                                          (when title-face
                                            `(face ,title-face))
                                          `(occur-title ,buf))))
!                 (goto-char (point-max)))))))
        ;; Return the number of matches
        globalcount))))
  
--- 817,823 ----
                                          (when title-face
                                            `(face ,title-face))
                                          `(occur-title ,buf))))
!                 (goto-char (point-min)))))))
        ;; Return the number of matches
        globalcount))))
  



reply via email to

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