changeset 13503:726e91517ff6

(sh-mode): as above. Use page-delimiter rather than literal "^L".
author Richard M. Stallman <rms@gnu.org>
date Sat, 11 Nov 1995 05:31:11 +0000
parents 57a0a9e5399e
children 1319330ca7ff
files lisp/progmodes/sh-script.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el	Sat Nov 11 05:30:49 1995 +0000
+++ b/lisp/progmodes/sh-script.el	Sat Nov 11 05:31:11 1995 +0000
@@ -656,7 +656,7 @@
 				   (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