* cedet/data-debug.el (data-debug): Fix customization group reference.
This commit is contained in:
parent
91abaf51b3
commit
2f27e6d43e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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>
|
||||
|
||||
* cedet/semantic/analyze.el (semantic-analyze-push-error)
|
||||
|
|
|
@ -842,7 +842,7 @@ If PARENT is non-nil, it is somehow related as a parent to thing."
|
|||
;;
|
||||
(defgroup data-debug nil
|
||||
"data-debug group."
|
||||
:group 'langauges)
|
||||
:group 'languages)
|
||||
|
||||
(defvar data-debug-mode-syntax-table
|
||||
(let ((table (make-syntax-table (standard-syntax-table))))
|
||||
|
|
Loading…
Add table
Reference in a new issue