From 8e32e928fe0427307d4f0856de7b08ce578ec5f1 Mon Sep 17 00:00:00 2001 From: Boris Goldowsky Date: Wed, 1 Mar 1995 15:41:51 +0000 Subject: [PATCH] (awk-mode): Remove ^ from paragraph-start & paragraph-separate. --- lisp/progmodes/awk-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/awk-mode.el b/lisp/progmodes/awk-mode.el index d606f8e06d0..afacf7d8838 100644 --- a/lisp/progmodes/awk-mode.el +++ b/lisp/progmodes/awk-mode.el @@ -71,7 +71,7 @@ with no args, if that value is non-nil." (setq local-abbrev-table awk-mode-abbrev-table) (set-syntax-table awk-mode-syntax-table) (make-local-variable 'paragraph-start) - (setq paragraph-start (concat "^$\\|" page-delimiter)) + (setq paragraph-start (concat "$\\|" page-delimiter)) (make-local-variable 'paragraph-separate) (setq paragraph-separate paragraph-start) (make-local-variable 'paragraph-ignore-fill-prefix) -- 2.39.5