Mercurial > emacs
changeset 64729:28b7c336cb20
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 04 Aug 2005 01:38:42 +0000 |
parents | c1b77e79c51a |
children | ffaa7b95eed9 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Aug 04 01:36:49 2005 +0000 +++ b/lisp/ChangeLog Thu Aug 04 01:38:42 2005 +0000 @@ -1,5 +1,10 @@ 2005-08-04 Juri Linkov <juri@jurta.org> + * progmodes/compile.el (compilation-mode-map): + * progmodes/grep.el (grep-mode-map): + Bind TAB to `compilation-next-error' and [backtab] to + `compilation-previous-error'. + * progmodes/grep.el (grep-regexp-alist): Replace complex regexp matching line numbers, column numbers and their ranges with regexp matching only line numbers.