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
e992d405
Commit
e992d405
authored
Jan 09, 2007
by
Juri Linkov
Browse files
(momentary): Change :group to basic-faces where all
basic faces belong to. Add :version.
parent
0f218170
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
5 deletions
+13
-5
lisp/ChangeLog
lisp/ChangeLog
+7
-0
lisp/faces.el
lisp/faces.el
+6
-5
No files found.
lisp/ChangeLog
View file @
e992d405
2007-01-09 Juri Linkov <juri@jurta.org>
* info.el (Info-fontify-node): Don't hide node names of index entries.
* faces.el (momentary): Change :group to basic-faces where all
basic faces belong to. Add :version.
2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
* tutorial.el (tutorial--display-changes): Show M-x sequence if no
* tutorial.el (tutorial--display-changes): Show M-x sequence if no
lisp/faces.el
View file @
e992d405
...
@@ -2112,17 +2112,18 @@ created."
...
@@ -2112,17 +2112,18 @@ created."
:version
"21.1"
:version
"21.1"
:group
'basic-faces
)
:group
'basic-faces
)
(
defface
momentary
'
((
t
(
:inherit
mode-line
)))
"Face for momentarily displaying text in the current buffer."
:group
'display
)
(
defface
vertical-border
(
defface
vertical-border
'
((((
type
tty
))
:inherit
mode-line-inactive
))
'
((((
type
tty
))
:inherit
mode-line-inactive
))
"Face used for vertical window dividers on ttys."
"Face used for vertical window dividers on ttys."
:version
"22.1"
:version
"22.1"
:group
'basic-faces
)
:group
'basic-faces
)
(
defface
momentary
'
((
t
(
:inherit
mode-line
)))
"Face for momentarily displaying text in the current buffer."
:version
"22.1"
:group
'basic-faces
)
(
defface
minibuffer-prompt
(
defface
minibuffer-prompt
'
((((
background
dark
))
:foreground
"cyan"
)
'
((((
background
dark
))
:foreground
"cyan"
)
;; Don't use blue because many users of the MS-DOS port customize
;; Don't use blue because many users of the MS-DOS port customize
...
...
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