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: Wed, 15 May 2002 15:35:55 -0400

Index: emacs/lisp/replace.el
diff -c emacs/lisp/replace.el:1.142 emacs/lisp/replace.el:1.143
*** emacs/lisp/replace.el:1.142 Sun May 12 23:46:56 2002
--- emacs/lisp/replace.el       Wed May 15 15:35:54 2002
***************
*** 612,618 ****
          (if (equal input "")
              default
            input))
!       current-prefix-arg))
  
  (defun occur (regexp &optional nlines)
    "Show all lines in the current buffer containing a match for REGEXP.
--- 612,619 ----
          (if (equal input "")
              default
            input))
!       (when current-prefix-arg
!         (prefix-numeric-value current-prefix-arg))))
  
  (defun occur (regexp &optional nlines)
    "Show all lines in the current buffer containing a match for REGEXP.



reply via email to

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