diff options
| author | Chong Yidong | 2009-08-16 14:04:25 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-08-16 14:04:25 +0000 |
| commit | 1abbe4e53150562ad7731510672fca35374f1a89 (patch) | |
| tree | 3a1f99fefde17142989a155c6e23f92fd73ddcba /lisp/ChangeLog | |
| parent | a0645cddf04b22c60dd3291fe6f83c18958995ad (diff) | |
| download | emacs-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/ChangeLog | 3 |
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 @@ | |||
| 1 | 2009-08-16 Chong Yidong <cyd@stupidchicken.com> | 1 | 2009-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 | ||