so that we don't reflow comments into the shebang line.
+2013-12-20 Daniel Colascione <dancol@dancol.org>
+
+ * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
+ so that we don't reflow comments into the shebang line.
+
2013-12-20 Juri Linkov <juri@jurta.org>
* saveplace.el (save-place-to-alist): Add `dired-filename' as
(lambda () (or (eolp) (newline) (indent-relative))))
(setq-local paragraph-start (concat page-delimiter "\\|$"))
- (setq-local paragraph-separate paragraph-start)
+ (setq-local paragraph-separate (concat paragraph-start "\\|#!/"))
(setq-local comment-start "# ")
(setq-local comment-start-skip "#+[\t ]*")
(setq-local local-abbrev-table sh-mode-abbrev-table)