From 67468628707fcdd5b89d678532bb7f3b02c9f024 Mon Sep 17 00:00:00 2001 From: Boris Goldowsky Date: Wed, 1 Mar 1995 16:00:54 +0000 Subject: [PATCH] (icon-mode): Remove ^ from paragraph-start & paragraph-separate. --- lisp/progmodes/icon.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/icon.el b/lisp/progmodes/icon.el index c65151c3a20..10882dabbe1 100644 --- a/lisp/progmodes/icon.el +++ b/lisp/progmodes/icon.el @@ -129,7 +129,7 @@ with no args, if that value is non-nil." (setq local-abbrev-table icon-mode-abbrev-table) (set-syntax-table icon-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 'indent-line-function) -- 2.39.5