changeset 10868:276209d90df9

(awk-mode): Remove ^ from paragraph-start & paragraph-separate.
author Boris Goldowsky <boris@gnu.org>
date Wed, 01 Mar 1995 15:41:51 +0000
parents bbfb197435e3
children b8e678e5c4de
files lisp/progmodes/awk-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/awk-mode.el	Wed Mar 01 15:39:01 1995 +0000
+++ b/lisp/progmodes/awk-mode.el	Wed Mar 01 15:41:51 1995 +0000
@@ -71,7 +71,7 @@
   (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)