From: Erik Naggum Date: Sat, 11 Nov 1995 14:35:47 +0000 (+0000) Subject: (sh-mode): Remove ! in column 1. X-Git-Tag: emacs-19.34~2350 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2cefc54e03bf8a66a8983ad49c93412f440f3779;p=emacs.git (sh-mode): Remove ! in column 1. --- 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." (indent-rigidly b (point) sh-indentation))) skeleton-end-hook (lambda () (or (eolp) (newline) (indent-relative))) -! paragraph-start (concat page-delimiter "\\|$") + paragraph-start (concat page-delimiter "\\|$") paragraph-separate paragraph-start comment-start "# " comint-dynamic-complete-functions sh-dynamic-complete-functions