diff options
| -rw-r--r-- | lisp/progmodes/cc-menus.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/cc-menus.el b/lisp/progmodes/cc-menus.el index bccede45582..832b3f8fb7c 100644 --- a/lisp/progmodes/cc-menus.el +++ b/lisp/progmodes/cc-menus.el | |||
| @@ -29,6 +29,8 @@ | |||
| 29 | 29 | ||
| 30 | 30 | ||
| 31 | ;; imenu integration | 31 | ;; imenu integration |
| 32 | (require 'imenu) | ||
| 33 | |||
| 32 | (defvar cc-imenu-c-prototype-macro-regexp nil | 34 | (defvar cc-imenu-c-prototype-macro-regexp nil |
| 33 | "RE matching macro names used to conditionally specify function prototypes. | 35 | "RE matching macro names used to conditionally specify function prototypes. |
| 34 | 36 | ||