* cedet/data-debug.el (data-debug): Fix customization group reference.

This commit is contained in:
Juanma Barranquero 2010-01-12 05:58:01 +01:00
parent 91abaf51b3
commit 2f27e6d43e
2 changed files with 5 additions and 1 deletions

View file

@ -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)

View file

@ -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))))