projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8c3d70
)
cedet/semantic/html.el: Don't require semantic/imenu and senator.
author
Chong Yidong
<cyd@stupidchicken.com>
Sat, 29 Aug 2009 22:18:11 +0000
(22:18 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sat, 29 Aug 2009 22:18:11 +0000
(22:18 +0000)
lisp/cedet/semantic/html.el
patch
|
blob
|
history
diff --git
a/lisp/cedet/semantic/html.el
b/lisp/cedet/semantic/html.el
index 05d1b2b7d8f2b4d370d3a72354f8184ade3c21ee..012dd8e9db1aa886683c3335b4fc861ace2c777e 100644
(file)
--- a/
lisp/cedet/semantic/html.el
+++ b/
lisp/cedet/semantic/html.el
@@
-41,8
+41,9
@@
;;; Code:
(eval-when-compile
(require 'semantic/ctxt)
- (require 'semantic/imenu)
- (require 'senator))
+;; (require 'semantic/imenu)
+;; (require 'senator)
+)
(defvar semantic-html-super-regex
"<\\(h[1-9]\\|title\\|script\\|body\\|a +href\\)\\>"