From a91f616d88e96d5b3931e2ee524d6da2d1bdb527 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 11 Nov 1995 05:31:11 +0000 Subject: [PATCH] (sh-mode): as above. Use page-delimiter rather than literal "^L". --- 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 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 -- 2.39.2