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
b261ffa4
Commit
b261ffa4
authored
Nov 04, 1999
by
Gerd Moellmann
Browse files
* faces.el (secondary-selection): Change background to yellow.
parent
f08d8594
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/faces.el
lisp/faces.el
+2
-2
No files found.
lisp/ChangeLog
View file @
b261ffa4
1999-11-04 Gerd Moellmann <gerd@gnu.org>
* faces.el (secondary-selection): Change background to yellow.
* complete.el (PC-do-completion): Use minibuffer-prompt-end to
find the start of the text. Use field-string to read the user
input.
...
...
lisp/faces.el
View file @
b261ffa4
...
...
@@ -1500,9 +1500,9 @@ created."
'
((((
type
tty
)
(
class
color
))
(
:background
"cyan"
))
(((
class
color
)
(
background
light
))
(
:background
"
paleturquoise
"
))
(
:background
"
darkyellow
"
))
(((
class
color
)
(
background
dark
))
(
:background
"
darkslateblue
"
))
(
:background
"
yellow
"
))
(
t
(
:inverse-video
t
)))
"Basic face for displaying the secondary selection."
:group
'basic-faces
)
...
...
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