mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(indented-text-mode): Remove ^ from paragraph-start & paragraph-separate.
This commit is contained in:
parent
0220283937
commit
fc4a6dd106
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ Turning on `indented-text-mode' calls the value of the variable
|
|||
(make-local-variable 'indent-line-function)
|
||||
(setq indent-line-function 'indent-relative-maybe)
|
||||
(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)
|
||||
(use-local-map indented-text-mode-map)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue