Fix more CEDET require statements.
* semantic/bovine/el.el: * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode): Fix require statements.
This commit is contained in:
parent
ac73b1faea
commit
5d2e937703
3 changed files with 8 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue