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
lyskom-elisp-client
lyskom-elisp-client
Commits
4896d285
Commit
4896d285
authored
Oct 24, 1995
by
David Byers
Browse files
Fixed a bug where I assumed x-display-color-p would work even if X
wasn't in use.
parent
141797b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/english-strings.el
View file @
4896d285
...
...
@@ -1265,7 +1265,8 @@ Users are encouraged to use their best sense of humor.")
(,@ body))))
(if (x-display-color-p)
(if (and (eq window-system 'x)
(x-display-color-p))
(progn
(lyskom-make-face 'kom-active-face
(copy-face 'default 'kom-active-face)
...
...
src/swedish-strings.el
View file @
4896d285
...
...
@@ -1340,7 +1340,8 @@ Users are encouraged to use their best sense of humor.")
(,@ body))))
(if (x-display-color-p)
(if (and (eq window-system 'x)
(x-display-color-p))
(progn
(lyskom-make-face 'kom-active-face
(copy-face 'default 'kom-active-face)
...
...
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