# HG changeset patch # User Boris Goldowsky # Date 794159015 0 # Node ID 27b6776dc562d856dc1c7be1ed7d1b1a87057827 # Parent 7eb253d2b60a70473f37b723d3b762aa701be5f4 (simula-mode): Remove ^ from paragraph-start & paragraph-separate. diff -r 7eb253d2b60a -r 27b6776dc562 lisp/progmodes/simula.el --- a/lisp/progmodes/simula.el Thu Mar 02 15:42:36 1995 +0000 +++ b/lisp/progmodes/simula.el Thu Mar 02 15:43:35 1995 +0000 @@ -183,7 +183,7 @@ (setq end-comment-column 75) (set-syntax-table simula-mode-syntax-table) (make-local-variable 'paragraph-start) - (setq paragraph-start "^[ \t]*$\\|\\f") + (setq paragraph-start "[ \t]*$\\|\\f") (make-local-variable 'paragraph-separate) (setq paragraph-separate paragraph-start) (make-local-variable 'indent-line-function)