aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/sh-script.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index b9b2e152f69..819e4fd69f4 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -656,7 +656,7 @@ with your script for an edit-interpret-debug cycle."
656 (indent-rigidly b (point) sh-indentation))) 656 (indent-rigidly b (point) sh-indentation)))
657 skeleton-end-hook (lambda () 657 skeleton-end-hook (lambda ()
658 (or (eolp) (newline) (indent-relative))) 658 (or (eolp) (newline) (indent-relative)))
659 paragraph-start "^$\\|^ " 659! paragraph-start (concat page-delimiter "\\|$")
660 paragraph-separate paragraph-start 660 paragraph-separate paragraph-start
661 comment-start "# " 661 comment-start "# "
662 comint-dynamic-complete-functions sh-dynamic-complete-functions 662 comint-dynamic-complete-functions sh-dynamic-complete-functions