aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cpp.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/cpp.el')
-rw-r--r--lisp/progmodes/cpp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/cpp.el b/lisp/progmodes/cpp.el
index d468954e59b..d4216c5176b 100644
--- a/lisp/progmodes/cpp.el
+++ b/lisp/progmodes/cpp.el
@@ -101,8 +101,8 @@ Each entry is a list with the following elements:
101 (cpp-face :tag "True") 101 (cpp-face :tag "True")
102 (cpp-face :tag "False") 102 (cpp-face :tag "False")
103 (choice (const :tag "True branch writable" t) 103 (choice (const :tag "True branch writable" t)
104 (const :tag "False branch writeable" nil) 104 (const :tag "False branch writable" nil)
105 (const :tag "Both branches writeable" both)))) 105 (const :tag "Both branches writable" both))))
106 :group 'cpp) 106 :group 'cpp)
107 107
108(defvar cpp-overlay-list nil) 108(defvar cpp-overlay-list nil)