Skip to content
GitLab
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
ef58fad4
Commit
ef58fad4
authored
Oct 26, 2004
by
Pontus Freyhult
Browse files
Use lyskom-face-background instead of face-background.
parent
16687ebf
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
ef58fad4
2004-10-26 Pontus Freyhult <pont@soua.net>
* mship-edit.el (lp--redraw-entry-mark): Use lyskom-face-background,
not face-background.
Fix XEmacs problems with kom-prioritize:
* compatibility.el (lyskom-face-background): Changed to a wrapper
function that returns a string (not a color-specifier) or nil.
...
...
src/mship-edit.el
View file @
ef58fad4
...
...
@@ -430,7 +430,7 @@ The start and end markers of the entry are adjusted"
(
goto-char
(
lp--entry->start-marker
entry
))
(
insert
(
if
(
lp--entry->selected
entry
)
?*
?\
))
(
if
(
lp--entry->selected
entry
)
(
lp--entry-set-background
entry
(
face-background
kom-mark-face
))
(
lp--entry-set-background
entry
(
lyskom-
face-background
kom-mark-face
))
(
lp--entry-set-background
entry
nil
))
(
delete-char
1
)
(
lp--entry-update-extents
entry
))))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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