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
6f9de17a
Commit
6f9de17a
authored
Dec 25, 2005
by
Richard M. Stallman
Browse files
(delphi-other-face): Allow nil in type.
parent
0e10acf6
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/delphi.el
lisp/progmodes/delphi.el
+1
-1
No files found.
lisp/ChangeLog
View file @
6f9de17a
2005-12-25 Richard M. Stallman <rms@gnu.org>
* progmodes/delphi.el (delphi-other-face): Allow nil in type.
* locate.el (locate-header-face): Allow nil in type.
* progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
2005-12-25 Romain Francoise <romain@orebokech.com>
...
...
lisp/progmodes/delphi.el
View file @
6f9de17a
...
...
@@ -177,7 +177,7 @@ differs from the default."
(
defcustom
delphi-other-face
nil
"*Face used to color everything else."
:type
'
face
:type
'
(
choice
face
(
const
nil
))
:group
'delphi
)
(
defconst
delphi-directives
...
...
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