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
2f27e6d4
Commit
2f27e6d4
authored
Jan 12, 2010
by
Juanma Barranquero
Browse files
* cedet/data-debug.el (data-debug): Fix customization group reference.
parent
91abaf51
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/cedet/data-debug.el
lisp/cedet/data-debug.el
+1
-1
No files found.
lisp/ChangeLog
View file @
2f27e6d4
2010-01-12 Juanma Barranquero <lekktu@gmail.com>
* cedet/data-debug.el (data-debug): Fix customization group reference.
2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2010-01-12 Juanma Barranquero <lekktu@gmail.com>
* cedet/semantic/analyze.el (semantic-analyze-push-error)
* cedet/semantic/analyze.el (semantic-analyze-push-error)
...
...
lisp/cedet/data-debug.el
View file @
2f27e6d4
...
@@ -842,7 +842,7 @@ If PARENT is non-nil, it is somehow related as a parent to thing."
...
@@ -842,7 +842,7 @@ If PARENT is non-nil, it is somehow related as a parent to thing."
;;
;;
(
defgroup
data-debug
nil
(
defgroup
data-debug
nil
"data-debug group."
"data-debug group."
:group
'lang
a
uges
)
:group
'langu
a
ges
)
(
defvar
data-debug-mode-syntax-table
(
defvar
data-debug-mode-syntax-table
(
let
((
table
(
make-syntax-table
(
standard-syntax-table
))))
(
let
((
table
(
make-syntax-table
(
standard-syntax-table
))))
...
...
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