aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-07-02 22:27:24 +0000
committerRichard M. Stallman1998-07-02 22:27:24 +0000
commit33b598d4843e45da7dfc33322189a1b033f2378c (patch)
tree65867fa494895e61d817612adede154271094042
parente1d18ad8ee362619a8ddbf462550b950ac29d385 (diff)
downloademacs-33b598d4843e45da7dfc33322189a1b033f2378c.tar.gz
emacs-33b598d4843e45da7dfc33322189a1b033f2378c.zip
Don't require imenu.
-rw-r--r--lisp/progmodes/cc-menus.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-menus.el b/lisp/progmodes/cc-menus.el
index cc9a9c01c2d..470f3e69db3 100644
--- a/lisp/progmodes/cc-menus.el
+++ b/lisp/progmodes/cc-menus.el
@@ -29,7 +29,7 @@
29 29
30 30
31;; imenu integration 31;; imenu integration
32(require 'imenu) 32(eval-when-compile (require 'imenu))
33 33
34(defvar cc-imenu-c-prototype-macro-regexp nil 34(defvar cc-imenu-c-prototype-macro-regexp nil
35 "RE matching macro names used to conditionally specify function prototypes. 35 "RE matching macro names used to conditionally specify function prototypes.