Mercurial > emacs
changeset 10895:27b6776dc562
(simula-mode): Remove ^ from paragraph-start & paragraph-separate.
author | Boris Goldowsky <boris@gnu.org> |
---|---|
date | Thu, 02 Mar 1995 15:43:35 +0000 |
parents | 7eb253d2b60a |
children | d6c5619b7fbc |
files | lisp/progmodes/simula.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)