# HG changeset patch # User Juri Linkov # Date 1123119522 0 # Node ID 28b7c336cb200d6015abb3fd55564f7ed3482ffe # Parent c1b77e79c51a8bcd56476d653e57a5b96e048ce8 *** empty log message *** diff -r c1b77e79c51a -r 28b7c336cb20 lisp/ChangeLog --- 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 + * 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.