diff lisp/ChangeLog @ 64729:28b7c336cb20

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Thu, 04 Aug 2005 01:38:42 +0000
parents 5036f2cf5dc0
children ffaa7b95eed9
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.