From d6b49570f6fe1cfb5314c1b61b81ede0497a06b2 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 29 Sep 2015 21:43:07 -0400 Subject: * 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. --- etc/NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'etc') 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. -- cgit v1.2.1