summaryrefslogtreecommitdiff
path: root/lisp/progmodes/grep.el
Commit message (Expand)AuthorAgeFilesLines
* (kill-grep): Move here from compile.elStefan Monnier2004-03-111-22/+47
* (grep-compute-defaults): Undo change fromEli Zaretskii2004-02-161-6/+1
* Move "ends here" comment to end; nfc.Thien-Thi Nguyen2004-02-151-2/+1
* (grep-compute-defaults): Fix typos.Thien-Thi Nguyen2004-02-151-3/+3
* (grep-regexp-alist): Allow :, \t and ( in file names.Stefan Monnier2004-02-081-2/+2
* (grep-compute-defaults): Use executable-command-find-posix-p.Richard M. Stallman2004-01-291-6/+17
* (grep-mode-map): Don't remap next-line, previous-line.Richard M. Stallman2004-01-031-2/+3
* Resolve CVS conflictsMiles Bader2003-11-241-0/+1
* Remove grep-use-compilation-buffer defcustom.Kim F. Storm2003-11-231-8/+8
* * progmodes/grep.el: New file with grep code from compile.el.Kim F. Storm2003-11-231-0/+534