]> git.eshelyaron.com Git - emacs.git/commitdiff
(awk-mode): Remove ^ from paragraph-start & paragraph-separate.
authorBoris Goldowsky <boris@gnu.org>
Wed, 1 Mar 1995 15:41:51 +0000 (15:41 +0000)
committerBoris Goldowsky <boris@gnu.org>
Wed, 1 Mar 1995 15:41:51 +0000 (15:41 +0000)
lisp/progmodes/awk-mode.el

index d606f8e06d06885616e03bf6e1aefca788142f37..afacf7d883812d627f457284bb44b71f5a92f808 100644 (file)
@@ -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)