diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2015-09-29 21:43:07 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2015-09-29 21:43:07 -0400 |
commit | d6b49570f6fe1cfb5314c1b61b81ede0497a06b2 (patch) | |
tree | 7559f63a2408a1cd39906d2a6dcda1adb3740aae /etc | |
parent | 90a6f8d0741eb5391c204f059c845c361e615b49 (diff) | |
download | emacs-d6b49570f6fe1cfb5314c1b61b81ede0497a06b2.tar.gz |
* lisp/progmodes/sh-script.el: Old "dumb" continued line indent
(sh-indent-after-continuation): Add new value `always' (bug#17620)
(sh-smie-sh-rules): Remove old handling of continued lines.
(sh-smie--indent-continuation): New function.
(sh-set-shell): Use it.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -634,9 +634,13 @@ you can no longer use commas to separate regular expressions. ** SES now supports local printer functions; see `ses-define-local-printer'. -** In sh-mode, you can now use `sh-shell' as a file-local variable to +** sh-script +*** In sh-mode you can now use `sh-shell' as a file-local variable to specify the type of shell in use (bash, csh, etc). +*** New value `always' for sh-indent-after-continuation. +This provides old-style ("dumb") indentation of continued lines. + ** TLS --- *** Fatal TLS errors are now silent by default. |