comparison lisp/cedet/data-debug.el @ 107167:f6b8c73548b3

Minor tweaks to custom groups. * cus-edit.el (hardware): Doc fix. * man.el (man): Add to external custom group. * delim-col.el (columns): Move to wp custom group. * doc-view.el (doc-view): Add to data custom group. * cedet/data-debug.el (data-debug): Move to extensions group. * cedet/ede.el (ede): * cedet/srecode.el (srecode): * cedet/semantic.el (semantic): Put in tools and extensions group. * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 16 Feb 2010 09:35:45 -0500
parents 1d1d5d9bd884
children 280c8ae2476d 376148b31b5e
comparison
equal deleted inserted replaced
107166:87681b1f74ce 107167:f6b8c73548b3
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 'languages) 845 :group 'extensions)
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