Mercurial > emacs
diff etc/NEWS @ 64266:a634aa374675
(sh-get-indent-info): Only indent a continuation line if SPC or TAB precedes \.
(sh-get-indent-info): Simplify.
(sh-mark-init, sh-learn-buffer-indent, sh-add-completer): with-current-buffer.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 13 Jul 2005 04:55:42 +0000 |
parents | 247cbeeeba2a |
children | f5718c40311a fbb2bea03df9 |
line wrap: on
line diff
--- a/etc/NEWS Wed Jul 13 04:39:14 2005 +0000 +++ b/etc/NEWS Wed Jul 13 04:55:42 2005 +0000 @@ -2181,6 +2181,9 @@ The function `c-toggle-syntactic-indentation' can be used to toggle syntactic indentation. +** In sh-script, a continuation line is only indented if the backslash was +preceded by a SPC or a TAB. + --- ** Perl mode has a new variable `perl-indent-continued-arguments'.