diff lisp/ibuf-ext.el @ 45212:580bcb04cd4f

(ibuffer-do-occur): Default to 0 context lines.
author Colin Walters <walters@gnu.org>
date Thu, 09 May 2002 21:29:20 +0000
parents b266348db08f
children 9f06588d9f44
line wrap: on
line diff
--- a/lisp/ibuf-ext.el	Thu May 09 21:28:52 2002 +0000
+++ b/lisp/ibuf-ext.el	Thu May 09 21:29:20 2002 +0000
@@ -1406,7 +1406,7 @@
   (interactive (occur-read-primary-args))
   (if (or (not (integerp nlines))
 	  (< nlines 0))
-      (setq nlines 1))
+      (setq nlines 0))
   (when (zerop (ibuffer-count-marked-lines))
     (ibuffer-set-mark ibuffer-marked-char))
   (let ((ibuffer-do-occur-bufs nil))