# HG changeset patch # User Juri Linkov # Date 1112886999 0 # Node ID 41156582073ade6c93960ab35ac26f0ecb58e3e2 # Parent eebed65dbe97aad0576f4a7cd45687f375a1b0b0 *** empty log message *** diff -r eebed65dbe97 -r 41156582073a lisp/ChangeLog --- a/lisp/ChangeLog Thu Apr 07 15:16:01 2005 +0000 +++ b/lisp/ChangeLog Thu Apr 07 15:16:39 2005 +0000 @@ -1,3 +1,21 @@ +2005-04-07 Juri Linkov + + * simple.el (next-error-overlay-arrow-position): New defvar. + Put "=>" on its property `overlay-arrow-string'. Add it to + `overlay-arrow-variable-list'. + + * progmodes/compile.el (compilation-setup): + Set `next-error-overlay-arrow-position' to nil. Also set it to + nil in the local hook `kill-buffer-hook'. Make local variable + `overlay-arrow-string' and set it to "=>". + (compilation-goto-locus): Set BOL position to + `next-error-overlay-arrow-position' instead of + `overlay-arrow-position'. + + * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook' + locally instead of adding it to the global hook. + (Info-kill-buffer): Move up. + 2005-04-06 Dan Nicolaescu * term/xterm.el (xterm-standard-colors): Update color values from