mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(scheme-mode-variables): Remove ^ from paragraph-start & paragraph-separate.
This commit is contained in:
parent
aeb82bd5c1
commit
53e84345ac
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@
|
|||
(set-syntax-table scheme-mode-syntax-table)
|
||||
(setq local-abbrev-table scheme-mode-abbrev-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 'paragraph-ignore-fill-prefix)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue