From: Richard M. Stallman Date: Sat, 11 Nov 1995 05:31:11 +0000 (+0000) Subject: (sh-mode): as above. Use page-delimiter rather than literal "^L". X-Git-Tag: emacs-19.34~2357 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a91f616d88e96d5b3931e2ee524d6da2d1bdb527;p=emacs.git (sh-mode): as above. Use page-delimiter rather than literal "^L". --- 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." (indent-rigidly b (point) sh-indentation))) skeleton-end-hook (lambda () (or (eolp) (newline) (indent-relative))) - paragraph-start "^$\\|^ " +! paragraph-start (concat page-delimiter "\\|$") paragraph-separate paragraph-start comment-start "# " comint-dynamic-complete-functions sh-dynamic-complete-functions