diff options
| author | Stefan Monnier | 2014-07-08 14:38:07 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-07-08 14:38:07 -0400 |
| commit | d8899d09b992d733dc1cc6ec93b11cb75ce84f5d (patch) | |
| tree | 86545998caf5d00d888e7ed23f9ef9a510a7a18c /lisp/ChangeLog | |
| parent | c838708452e293d8d55f1476f599eff28b94f255 (diff) | |
| download | emacs-d8899d09b992d733dc1cc6ec93b11cb75ce84f5d.tar.gz emacs-d8899d09b992d733dc1cc6ec93b11cb75ce84f5d.zip | |
* lisp/progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
the middle of a line.
Fixes: debbugs:17896
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 13cb52acc1c..0333e366beb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in | ||
| 4 | the middle of a line (bug#17896). | ||
| 5 | |||
| 1 | 2014-07-08 Juri Linkov <juri@jurta.org> | 6 | 2014-07-08 Juri Linkov <juri@jurta.org> |
| 2 | 7 | ||
| 3 | * startup.el (command-line): Append displaying the warning about | 8 | * startup.el (command-line): Append displaying the warning about |