Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a02a0f3d
Commit
a02a0f3d
authored
Aug 26, 2003
by
Martin Stjernholm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(c-extra-types-widget): The doc string is mandatory in
`define-widget'.
parent
2c9c1954
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/progmodes/cc-vars.el
lisp/progmodes/cc-vars.el
+2
-2
No files found.
lisp/progmodes/cc-vars.el
View file @
a02a0f3d
...
...
@@ -1371,7 +1371,7 @@ state. Set this variable only if your configuration has stopped
working due to this change."
)
(
define-widget
'c-extra-types-widget
'radio
;; Widget for a list of regexps for the
extra
types
.
"Internal CC Mode widget for the `*-font-lock-
extra
-
types
' variables."
:args
'
((
const
:tag
"none"
nil
)
(
repeat
:tag
"types"
regexp
)))
...
...
@@ -1402,7 +1402,7 @@ also elsewhere in CC Mode to tell types from other identifiers.")))
;; in older versions in Emacs, so depending on the load order we might
;; not install the values below. There's no kludge to cope with this
;; (as opposed to the *-font-lock-keywords-* variables) since the old
;; values work
s
fairly well anyway.
;; values work fairly well anyway.
(defcustom c-font-lock-extra-types
'("
FILE
" "
\\sw+_t
"
...
...
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