diff options
| author | Dave Love | 2000-04-01 14:36:01 +0000 |
|---|---|---|
| committer | Dave Love | 2000-04-01 14:36:01 +0000 |
| commit | 2279eb90bbc3fe022fa19822641b5ba61b406f95 (patch) | |
| tree | d16563d7d0fb2f32d612a1f0b9e62777dfa4972e /lisp/progmodes/cpp.el | |
| parent | 27660e89c57c0979ed23109b8d32b4d18c10c34a (diff) | |
| download | emacs-2279eb90bbc3fe022fa19822641b5ba61b406f95.tar.gz emacs-2279eb90bbc3fe022fa19822641b5ba61b406f95.zip | |
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 @@ | |||
| 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") |