comparison lisp/progmodes/cpp.el @ 28467:6ab0eec080f8

Change customization group to `c' from `C'.
author Dave Love <fx@gnu.org>
date Sat, 01 Apr 2000 14:36:01 +0000
parents f3d8ff8877ff
children d5e4d3d5012c
comparison
equal deleted inserted replaced
28466:6822b2e13698 28467:6ab0eec080f8
47 ;;; Code: 47 ;;; Code:
48 48
49 ;;; Customization: 49 ;;; Customization:
50 (defgroup cpp nil 50 (defgroup cpp nil
51 "Highlight or hide text according to cpp conditionals." 51 "Highlight or hide text according to cpp conditionals."
52 :group 'C 52 :group 'c
53 :prefix "cpp-") 53 :prefix "cpp-")
54 54
55 (defcustom cpp-config-file (convert-standard-filename ".cpp.el") 55 (defcustom cpp-config-file (convert-standard-filename ".cpp.el")
56 "*File name to save cpp configuration." 56 "*File name to save cpp configuration."
57 :type 'file 57 :type 'file