aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cpp.el
diff options
context:
space:
mode:
authorKaroly Lorentey2005-11-18 14:53:14 +0000
committerKaroly Lorentey2005-11-18 14:53:14 +0000
commite8c0b22fcf9bd83bb501f91dfc880ae912186220 (patch)
tree8292664169593d29eeaa6452aee86c0895e4836e /lisp/progmodes/cpp.el
parentbffa514a8b8c947c655b463e8073e8e5ac061bc7 (diff)
parentfe45ad152a8528e795c3d852bf3c2cd18ffe6e02 (diff)
downloademacs-e8c0b22fcf9bd83bb501f91dfc880ae912186220.tar.gz
emacs-e8c0b22fcf9bd83bb501f91dfc880ae912186220.zip
Merged from miles@gnu.org--gnu-2005 (patch 655)
Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-655 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-441
Diffstat (limited to 'lisp/progmodes/cpp.el')
-rw-r--r--lisp/progmodes/cpp.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/cpp.el b/lisp/progmodes/cpp.el
index c615082814a..11d0ba444f3 100644
--- a/lisp/progmodes/cpp.el
+++ b/lisp/progmodes/cpp.el
@@ -50,6 +50,7 @@
50;;; Customization: 50;;; Customization:
51(defgroup cpp nil 51(defgroup cpp nil
52 "Highlight or hide text according to cpp conditionals." 52 "Highlight or hide text according to cpp conditionals."
53 :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces)
53 :group 'c 54 :group 'c
54 :prefix "cpp-") 55 :prefix "cpp-")
55 56