mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 11:21:04 -08:00
(sh-mode): as above. Use page-delimiter rather than literal "^L".
This commit is contained in:
parent
16cf6ab20b
commit
a91f616d88
1 changed files with 1 additions and 1 deletions
|
|
@ -656,7 +656,7 @@ with your script for an edit-interpret-debug cycle."
|
|||
(indent-rigidly b (point) sh-indentation)))
|
||||
skeleton-end-hook (lambda ()
|
||||
(or (eolp) (newline) (indent-relative)))
|
||||
paragraph-start "^$\\|^"
|
||||
! paragraph-start (concat page-delimiter "\\|$")
|
||||
paragraph-separate paragraph-start
|
||||
comment-start "# "
|
||||
comint-dynamic-complete-functions sh-dynamic-complete-functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue