aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-07-02 22:27:24 +0000
committerRichard M. Stallman <[email protected]>1998-07-02 22:27:24 +0000
commit33b598d4843e45da7dfc33322189a1b033f2378c (patch)
tree65867fa494895e61d817612adede154271094042 /lisp
parente1d18ad8ee362619a8ddbf462550b950ac29d385 (diff)
Don't require imenu.
Diffstat (limited to 'lisp')
-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 cc9a9c01c2..470f3e69db 100644
--- a/lisp/progmodes/cc-menus.el
+++ b/lisp/progmodes/cc-menus.el
@@ -29,7 +29,7 @@
;; imenu integration
-(require 'imenu)
+(eval-when-compile (require 'imenu))
(defvar cc-imenu-c-prototype-macro-regexp nil
"RE matching macro names used to conditionally specify function prototypes.