diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2005-05-16 00:30:03 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2005-05-16 00:30:03 +0000 |
commit | e6467bba3fd2d1f34301629f524f456411af6543 (patch) | |
tree | 96105da113fe9c66ad067daa3d3295d1f3919d85 /lisp | |
parent | 8b71e4d180fb4e89c3d61d149f2fc65d15ec92a1 (diff) | |
download | emacs-e6467bba3fd2d1f34301629f524f456411af6543.tar.gz emacs-e6467bba3fd2d1f34301629f524f456411af6543.tar.bz2 emacs-e6467bba3fd2d1f34301629f524f456411af6543.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 02da80fa1d0..365be16843c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,10 +2,10 @@ * subr.el (left-fringe-p): New function. - * progmodes/compile.el (compilation-setup): Set local value - of overlay-arrow-string to "" always. - (compilation-set-window): Left fringe then scroll. No left - fringe then no arrow and don't scroll. + * progmodes/compile.el (compilation-setup): Set local value of + overlay-arrow-string to "" always. + (compilation-set-window): Left fringe then don't scroll. No left + fringe then no arrow and scroll message to top. (compilation-context-lines): Adjust doc string accordingly. 2005-05-16 Kim F. Storm <storm@cua.dk> |