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
6728475c
Commit
6728475c
authored
Dec 25, 2005
by
Richard M. Stallman
Browse files
(cpp-face-none-list): Use cpp-face instead of face.
parent
180a4473
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/progmodes/cpp.el
lisp/progmodes/cpp.el
+1
-1
No files found.
lisp/ChangeLog
View file @
6728475c
2005-12-25 Richard M. Stallman <rms@gnu.org>
* progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
2005-12-25 Romain Francoise <romain@orebokech.com>
* battery.el (battery-linux-proc-acpi): Also try
...
...
lisp/progmodes/cpp.el
View file @
6728475c
...
...
@@ -189,7 +189,7 @@ or a cons cell (background-color . COLOR)."
'
((
"default"
.
default
)
(
"invisible"
.
invisible
))
"Alist of names and faces available even if you don't use a window system."
:type
'
(
repeat
(
cons
string
face
))
:type
'
(
repeat
(
cons
string
cpp-
face
))
:group
'cpp
)
(
defvar
cpp-face-all-list
...
...
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