mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
(simula-mode): Remove ^ from paragraph-start & paragraph-separate.
This commit is contained in:
parent
eb35ee41de
commit
c53857e9b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue