1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

Don't require imenu.

This commit is contained in:
Richard M. Stallman 1998-07-02 22:27:24 +00:00
parent e1d18ad8ee
commit 33b598d484

View File

@ -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.