# HG changeset patch # User Dave Love # Date 954599761 0 # Node ID 6ab0eec080f86dc6bec956b62b990208e9be856a # Parent 6822b2e136986f35849b16c31d19840195f631a3 Change customization group to `c' from `C'. diff -r 6822b2e13698 -r 6ab0eec080f8 lisp/progmodes/cpp.el --- 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")