comparison 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
comparison
equal deleted inserted replaced
64728:c1b77e79c51a 64729:28b7c336cb20
1 2005-08-04 Juri Linkov <juri@jurta.org> 1 2005-08-04 Juri Linkov <juri@jurta.org>
2
3 * progmodes/compile.el (compilation-mode-map):
4 * progmodes/grep.el (grep-mode-map):
5 Bind TAB to `compilation-next-error' and [backtab] to
6 `compilation-previous-error'.
2 7
3 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp 8 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
4 matching line numbers, column numbers and their ranges with regexp 9 matching line numbers, column numbers and their ranges with regexp
5 matching only line numbers. 10 matching only line numbers.
6 (grep-context-face): New face variable. 11 (grep-context-face): New face variable.