# HG changeset patch # User Erik Naggum # Date 816100547 0 # Node ID f4212b188d42b06d8e76edab1477c98d99a45039 # Parent eddef35ecc54e6063749b3d74004e6e4c045ed8b (sh-mode): Remove ! in column 1. diff -r eddef35ecc54 -r f4212b188d42 lisp/progmodes/sh-script.el --- a/lisp/progmodes/sh-script.el Sat Nov 11 07:14:26 1995 +0000 +++ b/lisp/progmodes/sh-script.el Sat Nov 11 14:35:47 1995 +0000 @@ -656,7 +656,7 @@ (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