summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2005-05-16 00:30:03 +0000
committerNick Roberts <nickrob@snap.net.nz>2005-05-16 00:30:03 +0000
commite6467bba3fd2d1f34301629f524f456411af6543 (patch)
tree96105da113fe9c66ad067daa3d3295d1f3919d85 /lisp
parent8b71e4d180fb4e89c3d61d149f2fc65d15ec92a1 (diff)
downloademacs-e6467bba3fd2d1f34301629f524f456411af6543.tar.gz
emacs-e6467bba3fd2d1f34301629f524f456411af6543.tar.bz2
emacs-e6467bba3fd2d1f34301629f524f456411af6543.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog8
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>