diff options
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/grep.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index 9387a087e47..7d01777d441 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el | |||
| @@ -329,7 +329,7 @@ Notice that using \\[next-error] or \\[compile-goto-error] modifies | |||
| 329 | `complation-last-buffer' rather than `grep-last-buffer'.") | 329 | `complation-last-buffer' rather than `grep-last-buffer'.") |
| 330 | 330 | ||
| 331 | ;;;###autoload | 331 | ;;;###autoload |
| 332 | (defvar grep-regexp-alist | 332 | (defconst grep-regexp-alist |
| 333 | '(("^\\(.+?\\)\\(:[ \t]*\\)\\([0-9]+\\)\\2" | 333 | '(("^\\(.+?\\)\\(:[ \t]*\\)\\([0-9]+\\)\\2" |
| 334 | 1 3) | 334 | 1 3) |
| 335 | ;; Rule to match column numbers is commented out since no known grep | 335 | ;; Rule to match column numbers is commented out since no known grep |