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
lyskom-elisp-client
lyskom-elisp-client
Commits
6b83e547
Commit
6b83e547
authored
Sep 26, 1997
by
David Byers
Browse files
Bugfix i ombrytningen
parent
fa34c038
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
6b83e547
Fri Sep 26 11:18:57 1997 David Byers <davby@ida.liu.se>
* vars.el.in (kom-footer-format): Ny variabel.
* view-text.el (lyskom-transform-footer-format): Ny funktion.
(lyskom-deferred-insert-footer): Anvnd lyskom-footer-format.
* lyskom-rest.el (lyskom-fill-message): Bryt inte stycken dr alla
rader brjar med ett ord och ett kolon.
...
...
src/lyskom-rest.el
View file @
6b83e547
...
...
@@ -1505,7 +1505,8 @@ in lyskom-messages."
(
defsubst
lyskom-fill-message-colon-line
()
"Return non-nil if the current line starts with a colon-like thing."
(
looking-at
"\\S-+\\s-*:"
))
(
save-match-data
(
looking-at
"\\S-+\\s-*:"
)))
...
...
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