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
732eb50a
Commit
732eb50a
authored
Jan 09, 2011
by
Chong Yidong
Browse files
* lisp/comint.el (comint-highlight-prompt): Inherit from minibuffer-prompt.
parent
895123f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/comint.el
lisp/comint.el
+1
-3
No files found.
lisp/ChangeLog
View file @
732eb50a
2011-01-09 Chong Yidong <cyd@stupidchicken.com>
* comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
* wid-edit.el (visibility): Replace :on-image and :off-image
widget properties with :on-glyph and :off-glyph, for consistency
with the `visibility' widget.
...
...
lisp/comint.el
View file @
732eb50a
...
...
@@ -227,9 +227,7 @@ This variable is buffer-local."
:group
'comint
)
(
defface
comint-highlight-prompt
'
((((
min-colors
88
)
(
background
dark
))
(
:foreground
"cyan1"
))
(((
background
dark
))
(
:foreground
"cyan"
))
(
t
(
:foreground
"dark blue"
)))
'
((
t
:inherit
minibuffer-prompt
))
"Face to use to highlight prompts."
:group
'comint
)
...
...
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