Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peter Liljenberg
lyskom-elisp-client
Commits
f9ef824a
Commit
f9ef824a
authored
Aug 28, 1991
by
Linus Tolke
Browse files
Rätt vid initiering av paragraph-separate
parent
ceda22d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
f9ef824a
No preview for this file type
src/edit-text.el
View file @
f9ef824a
...
...
@@ -256,7 +256,7 @@ Entry to this mode runs lyskom-edit-mode-hook."
(
setq
paragraph-start
(
concat
"^"
(
regexp-quote
lyskom-header-separator
)
"$\\|"
paragraph-start
))
(
setq
paragraph-separate
(
concat
"^"
(
regexp-quote
lyskom-header-separator
)
"$\\|"
paragraph-s
tart
))
"$\\|"
paragraph-s
eparate
))
(
run-hooks
'lyskom-edit-mode-hook
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment