Mercurial > emacs
changeset 28467:6ab0eec080f8
Change customization group to `c' from `C'.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sat, 01 Apr 2000 14:36:01 +0000 |
parents | 6822b2e13698 |
children | 7237fe6b37af |
files | lisp/progmodes/cpp.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/cpp.el Sat Apr 01 13:39:21 2000 +0000 +++ b/lisp/progmodes/cpp.el Sat Apr 01 14:36:01 2000 +0000 @@ -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")