diff options
| -rw-r--r-- | lisp/progmodes/c-mode.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/progmodes/c-mode.el b/lisp/progmodes/c-mode.el index 1d3c241c96f..977e5e0b5e9 100644 --- a/lisp/progmodes/c-mode.el +++ b/lisp/progmodes/c-mode.el | |||
| @@ -32,8 +32,9 @@ | |||
| 32 | ;;; Code: | 32 | ;;; Code: |
| 33 | (defgroup old-c nil | 33 | (defgroup old-c nil |
| 34 | "Old C code editing commands for Emacs." | 34 | "Old C code editing commands for Emacs." |
| 35 | :prefix "c-" | 35 | ;; This group should have no parent. |
| 36 | :group 'languages) | 36 | ;; We don't want it to be loaded except on explicit request. |
| 37 | :prefix "c-") | ||
| 37 | 38 | ||
| 38 | 39 | ||
| 39 | (defvar c-mode-abbrev-table nil | 40 | (defvar c-mode-abbrev-table nil |