]> git.eshelyaron.com Git - emacs.git/commitdiff
(sh-mode): as above. Use page-delimiter rather than literal "^L".
authorRichard M. Stallman <rms@gnu.org>
Sat, 11 Nov 1995 05:31:11 +0000 (05:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 11 Nov 1995 05:31:11 +0000 (05:31 +0000)
lisp/progmodes/sh-script.el

index b9b2e152f6929e1e8425dfbe1ad66bae5ed7320a..819e4fd69f4eb7ba5161932179da610c9ddfc6b2 100644 (file)
@@ -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 "^$\\|^\f"
+!      paragraph-start (concat page-delimiter "\\|$")
        paragraph-separate paragraph-start
        comment-start "# "
        comint-dynamic-complete-functions sh-dynamic-complete-functions