aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2009-08-16 14:04:25 +0000
committerChong Yidong2009-08-16 14:04:25 +0000
commit1abbe4e53150562ad7731510672fca35374f1a89 (patch)
tree3a1f99fefde17142989a155c6e23f92fd73ddcba /lisp/ChangeLog
parenta0645cddf04b22c60dd3291fe6f83c18958995ad (diff)
downloademacs-1abbe4e53150562ad7731510672fca35374f1a89.tar.gz
emacs-1abbe4e53150562ad7731510672fca35374f1a89.zip
* progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
another heredoc if the user adds another < (Bug#3226).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 955521bb8a0..2cdb28ddc3b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12009-08-16 Chong Yidong <cyd@stupidchicken.com> 12009-08-16 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
4 another heredoc if the user adds another < (Bug#3226).
5
3 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event): Don't 6 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event): Don't
4 initialize based on window-system (Bug#4124). 7 initialize based on window-system (Bug#4124).
5 8