From 2cefc54e03bf8a66a8983ad49c93412f440f3779 Mon Sep 17 00:00:00 2001 From: Erik Naggum Date: Sat, 11 Nov 1995 14:35:47 +0000 Subject: [PATCH] (sh-mode): Remove ! in column 1. --- lisp/progmodes/sh-script.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2