/[emacs]/emacs/lisp/replace.el
ViewVC logotype

Diff of /emacs/lisp/replace.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.142 by walters, Mon May 13 03:46:56 2002 UTC revision 1.143 by walters, Wed May 15 19:35:54 2002 UTC
# Line 612  If the value is nil, don't highlight the Line 612  If the value is nil, don't highlight the
612            (if (equal input "")            (if (equal input "")
613                default                default
614              input))              input))
615          current-prefix-arg))          (when current-prefix-arg
616              (prefix-numeric-value current-prefix-arg))))
617    
618  (defun occur (regexp &optional nlines)  (defun occur (regexp &optional nlines)
619    "Show all lines in the current buffer containing a match for REGEXP.    "Show all lines in the current buffer containing a match for REGEXP.

Legend:
Removed from v.1.142  
changed lines
  Added in v.1.143

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26