diff options
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") |