Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7a3abcd8
Commit
7a3abcd8
authored
Dec 06, 1999
by
Eli Zaretskii
Browse files
(info-node, info-menu-5, info-xref): Define colors for Info faces if
the display supports them.
parent
81da8b32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/info.el
lisp/info.el
+6
-3
No files found.
lisp/ChangeLog
View file @
7a3abcd8
1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
* info.el (info-node, info-menu-5, info-xref): Define colors for
Info faces if the display supports them.
1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
Changes for automatic remapping of X colors on terminal frames:
...
...
lisp/info.el
View file @
7a3abcd8
...
...
@@ -61,17 +61,20 @@ The Lisp code is executed when the node is selected.")
:group
'info
)
(
defface
info-node
'
((
t
(
:bold
t
:italic
t
)))
'
((((
class
color
))
(
:foreground
"brown"
:bold
t
:italic
t
))
(
t
(
:bold
t
:italic
t
)))
"Face for Info node names."
:group
'info
)
(
defface
info-menu-5
'
((
t
(
:underline
t
)))
'
((((
class
color
))
(
:foreground
"red1"
))
(
t
(
:underline
t
)))
"Face for the fifth and tenth `*' in an Info menu."
:group
'info
)
(
defface
info-xref
'
((
t
(
:bold
t
)))
'
((((
class
color
))
(
:foreground
"magenta4"
:bold
t
))
(
t
(
:bold
t
)))
"Face for Info cross-references."
:group
'info
)
...
...
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