1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Don't require imenu.

This commit is contained in:
Richard M. Stallman 2002-12-04 11:48:12 +00:00
parent 547cebf8d5
commit 6748b96c72

View File

@ -41,11 +41,6 @@
load-path)))
(require 'cc-bytecomp)))
;; Try to pull in imenu if it exists.
(condition-case nil
(require 'imenu)
(error nil))
;; The things referenced in imenu, which we don't require.
(cc-bytecomp-defvar imenu-case-fold-search)
(cc-bytecomp-defvar imenu-generic-expression)