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
d71826c4
Commit
d71826c4
authored
Dec 15, 2006
by
Eli Zaretskii
Browse files
(c-font-lock-declarations): Fix previous change.
parent
b986d626
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/progmodes/cc-fonts.el
lisp/progmodes/cc-fonts.el
+1
-1
No files found.
lisp/ChangeLog
View file @
d71826c4
2006-12-15 Simon Marshall <simon@gnu.org>
* progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous
change.
2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* term/mac-win.el (mac-atsu-font-table): Remove defvar.
lisp/progmodes/cc-fonts.el
View file @
d71826c4
...
...
@@ -1179,7 +1179,7 @@ casts and declarations are fontified. Used on level 2 and higher."
;; The below code attempts to fontify the case constants in
;; c-label-face-name, but it cannot catch every case [sic].
;; And do we want to fontify case constants anyway?
nil
(
c-forward-label
t
match-pos
nil
)
;;; (when (c-forward-label t match-pos nil)
;;; ;; Can't use `c-fontify-types-and-refs' here since we
;;; ;; should use the label face.
...
...
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