comparison lisp/cedet/data-debug.el @ 106801:12ebf5303972

* cedet/data-debug.el (data-debug): Fix customization group reference.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 12 Jan 2010 05:58:01 +0100
parents 7f4c7f5c0eba
children 1d1d5d9bd884
comparison
equal deleted inserted replaced
106800:58365d44aeda 106801:12ebf5303972
840 ;; The Ddebug major mode provides an interactive space to explore 840 ;; The Ddebug major mode provides an interactive space to explore
841 ;; complicated data structures. 841 ;; complicated data structures.
842 ;; 842 ;;
843 (defgroup data-debug nil 843 (defgroup data-debug nil
844 "data-debug group." 844 "data-debug group."
845 :group 'langauges) 845 :group 'languages)
846 846
847 (defvar data-debug-mode-syntax-table 847 (defvar data-debug-mode-syntax-table
848 (let ((table (make-syntax-table (standard-syntax-table)))) 848 (let ((table (make-syntax-table (standard-syntax-table))))
849 (modify-syntax-entry ?\; ". 12" table) ;; SEMI, Comment start ;; 849 (modify-syntax-entry ?\; ". 12" table) ;; SEMI, Comment start ;;
850 (modify-syntax-entry ?\n ">" table) ;; Comment end 850 (modify-syntax-entry ?\n ">" table) ;; Comment end