]> git.eshelyaron.com Git - emacs.git/commitdiff
(simula-mode): Remove ^ from paragraph-start & paragraph-separate.
authorBoris Goldowsky <boris@gnu.org>
Thu, 2 Mar 1995 15:43:35 +0000 (15:43 +0000)
committerBoris Goldowsky <boris@gnu.org>
Thu, 2 Mar 1995 15:43:35 +0000 (15:43 +0000)
lisp/progmodes/simula.el

index 52357f7aaf174adb7863022bcb8f40f4e612ba12..0f8f5a0ec8ecae443c3f55255ca1144fdb81964f 100644 (file)
@@ -183,7 +183,7 @@ at all."
   (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)