summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2015-09-29 21:43:07 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2015-09-29 21:43:07 -0400
commitd6b49570f6fe1cfb5314c1b61b81ede0497a06b2 (patch)
tree7559f63a2408a1cd39906d2a6dcda1adb3740aae /etc
parent90a6f8d0741eb5391c204f059c845c361e615b49 (diff)
downloademacs-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/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e823905e8d3..26f0474a9fc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.