aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Naggum1995-11-11 14:35:47 +0000
committerErik Naggum1995-11-11 14:35:47 +0000
commit2cefc54e03bf8a66a8983ad49c93412f440f3779 (patch)
tree51a49527617ac80d47f5eb6ca649e3b681245d76
parentb985297a9eef7adb111f5bc13ec249ef5045bd08 (diff)
downloademacs-2cefc54e03bf8a66a8983ad49c93412f440f3779.tar.gz
emacs-2cefc54e03bf8a66a8983ad49c93412f440f3779.zip
(sh-mode): Remove ! in column 1.
-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 819e4fd69f4..3d8214a13a0 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 (concat page-delimiter "\\|$") 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