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
445a653e
Commit
445a653e
authored
Oct 08, 2000
by
Miles Bader
Browse files
(secondary-selection): Make foreground visible on tty.
parent
6fee86a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/faces.el
lisp/faces.el
+1
-1
No files found.
lisp/ChangeLog
View file @
445a653e
2000-10-08 Miles Bader <miles@gnu.org>
* faces.el (secondary-selection): Make foreground visible on tty.
* jka-compr.el (auto-compression-mode): Move to the end of the
file, because `define-minor-mode' actually calls the mode-function
if the associated variable is non-nil, which requires that all
...
...
lisp/faces.el
View file @
445a653e
...
...
@@ -1664,7 +1664,7 @@ created."
(
defface
secondary-selection
'
((((
type
tty
)
(
class
color
))
(
:background
"cyan"
))
(
:background
"cyan"
:foreground
"black"
))
(((
class
color
)
(
background
light
))
(
:background
"yellow"
))
(((
class
color
)
(
background
dark
))
...
...
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