Mercurial > emacs
comparison lisp/progmodes/grep.el @ 90533:8a8e69664178
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 343-356)
- Update from CVS
- Update for ERC 5.1.3.
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 113-115)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-90
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 19 Jul 2006 00:42:56 +0000 |
parents | 138ce2701550 a4944423be59 |
children | 858cb33ae39d |
comparison
equal
deleted
inserted
replaced
90532:e22cf6d2400c | 90533:8a8e69664178 |
---|---|
230 ;;; :group 'grep) | 230 ;;; :group 'grep) |
231 | 231 |
232 ;; override compilation-last-buffer | 232 ;; override compilation-last-buffer |
233 (defvar grep-last-buffer nil | 233 (defvar grep-last-buffer nil |
234 "The most recent grep buffer. | 234 "The most recent grep buffer. |
235 A grep buffer becomes most recent when its process is started | 235 A grep buffer becomes most recent when you select Grep mode in it. |
236 or when it is used with \\[grep-next-match]. | |
237 Notice that using \\[next-error] or \\[compile-goto-error] modifies | 236 Notice that using \\[next-error] or \\[compile-goto-error] modifies |
238 `complation-last-buffer' rather than `grep-last-buffer'.") | 237 `complation-last-buffer' rather than `grep-last-buffer'.") |
239 | 238 |
240 ;;;###autoload | 239 ;;;###autoload |
241 (defvar grep-regexp-alist | 240 (defvar grep-regexp-alist |