aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-04-01 14:36:01 +0000
committerDave Love2000-04-01 14:36:01 +0000
commit2279eb90bbc3fe022fa19822641b5ba61b406f95 (patch)
treed16563d7d0fb2f32d612a1f0b9e62777dfa4972e
parent27660e89c57c0979ed23109b8d32b4d18c10c34a (diff)
downloademacs-2279eb90bbc3fe022fa19822641b5ba61b406f95.tar.gz
emacs-2279eb90bbc3fe022fa19822641b5ba61b406f95.zip
Change customization group to `c' from `C'.
-rw-r--r--lisp/progmodes/cpp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cpp.el b/lisp/progmodes/cpp.el
index 975ca76eac7..172366e2eb3 100644
--- a/lisp/progmodes/cpp.el
+++ b/lisp/progmodes/cpp.el
@@ -49,7 +49,7 @@
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")