]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix more CEDET require statements.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 30 Sep 2010 01:41:13 +0000 (21:41 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 30 Sep 2010 01:41:13 +0000 (21:41 -0400)
* semantic/bovine/el.el:
* semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode):
Fix require statements.

lisp/cedet/ChangeLog
lisp/cedet/semantic/bovine/el.el
lisp/cedet/semantic/mru-bookmark.el

index 73761b4ee985e2312e1099b94c1b4c50542bb473..c0d96e795cc3112200d059a286f3581f0015b5bd 100644 (file)
@@ -1,3 +1,9 @@
+2010-09-30  Chong Yidong  <cyd@stupidchicken.com>
+
+       * semantic/bovine/el.el:
+       * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode):
+       Fix require statements.
+
 2010-09-29  Chong Yidong  <cyd@stupidchicken.com>
 
        * semantic/tag.el (semantic-tag-version): Bump to 2.0.
index 5b5a5660b7d9f32b29cd53165372902551db566e..ed1f74c590f5496cd0932a7cf555def5b61523a5 100644 (file)
@@ -958,7 +958,7 @@ ELisp variables can be pretty long, so track this one too.")
 (add-hook 'lisp-mode-hook 'semantic-default-elisp-setup)
 
 (eval-after-load "semanticdb"
-  '(require 'semanticdb-el)
+  '(require 'semantic/db-el)
   )
 
 (provide 'semantic/bovine/el)
index 1982f81cbad7abcdd0d6406b2b1f6d143f596da9..2a6ac8f9b103037ff03817ba7c54c6530f3cc52e 100644 (file)
@@ -246,7 +246,7 @@ been edited, and you can re-visit them with \\[semantic-mrub-switch-tags]."
   :group 'semantic
   :group 'semantic-modes
   :type 'boolean
-  :require 'semantic-util-modes
+  :require 'semantic/util-modes
   :initialize 'custom-initialize-default
   :set (lambda (sym val)
          (global-semantic-mru-bookmark-mode (if val 1 -1))))