# HG changeset patch # User Colin Walters # Date 1020979760 0 # Node ID 580bcb04cd4f48e9d57acf96f3978c3c18902514 # Parent 38bd4b6ca75e4cdacefa92e00b20799f4e91d79c (ibuffer-do-occur): Default to 0 context lines. diff -r 38bd4b6ca75e -r 580bcb04cd4f lisp/ibuf-ext.el --- 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))