diff options
author | Dave Love <fx@gnu.org> | 2000-04-01 14:36:01 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-04-01 14:36:01 +0000 |
commit | 2279eb90bbc3fe022fa19822641b5ba61b406f95 (patch) | |
tree | d16563d7d0fb2f32d612a1f0b9e62777dfa4972e /lisp/progmodes/cpp.el | |
parent | 27660e89c57c0979ed23109b8d32b4d18c10c34a (diff) | |
download | emacs-2279eb90bbc3fe022fa19822641b5ba61b406f95.tar.gz |
Change customization group to `c' from `C'.
Diffstat (limited to 'lisp/progmodes/cpp.el')
-rw-r--r-- | lisp/progmodes/cpp.el | 2 |
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 @@ ;;; Customization: (defgroup cpp nil "Highlight or hide text according to cpp conditionals." - :group 'C + :group 'c :prefix "cpp-") (defcustom cpp-config-file (convert-standard-filename ".cpp.el") |