diff options
| author | Stefan Monnier | 2014-06-19 21:05:40 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-06-19 21:05:40 -0400 |
| commit | 500dce5f4d2a08570177d9b1019fa922f07e8508 (patch) | |
| tree | 4e36479096a23e12e7855610aebd8dd8f5f89f5a /lisp/ChangeLog | |
| parent | 2c25d5e6216d556a85f9c01bba5671f41637e11f (diff) | |
| download | emacs-500dce5f4d2a08570177d9b1019fa922f07e8508.tar.gz emacs-500dce5f4d2a08570177d9b1019fa922f07e8508.zip | |
* lisp/emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
(smie-indent--hanging-p): Use it.
* lisp/progmodes/sh-script.el (sh-set-shell): Set it.
Fixes: debbugs:17621
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 51c7332a9a9..7fdc6478979 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/smie.el (smie--hanging-eolp-function): New var. | ||
| 4 | (smie-indent--hanging-p): Use it. | ||
| 5 | * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621). | ||
| 6 | |||
| 1 | 2014-06-20 Leo Liu <sdl.web@gmail.com> | 7 | 2014-06-20 Leo Liu <sdl.web@gmail.com> |
| 2 | 8 | ||
| 3 | * simple.el (read-quoted-char): Don't let help chars pop up help | 9 | * simple.el (read-quoted-char): Don't let help chars pop up help |