mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* menu-bar.el: Remove ediff-misc from Tools menu.
* cedet/semantic.el (semantic-init-hook) (semantic-init-mode-hook, semantic-init-db-hook): Rename from *-hooks, to follow hook naming conventions. (semantic-submode-list, semantic-default-submodes): New vars. (semantic-mode): New mode. (semantic-parser-working-message): Add ellipses to parse message. * cedet/semantic/bovine/c.el: * cedet/semantic/bovine/make.el: * cedet/semantic/bovine/scm.el: * cedet/semantic/wisent/java-tags.el: * cedet/semantic/wisent/javascript.el: Don't set hooks directly. This is now done in semantic-mode. * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode): Autoload. * cedet/srecode/compile.el: * cedet/srecode/insert.el: * cedet/srecode/mode.el: Fix require statements.
This commit is contained in:
parent
826608a5fd
commit
b82525f29a
16 changed files with 166 additions and 52 deletions
|
|
@ -254,9 +254,6 @@ tag with greater section value than LEVEL is found."
|
|||
t)
|
||||
)
|
||||
|
||||
;;;###autoload
|
||||
(add-hook 'html-mode-hook 'semantic-default-html-setup)
|
||||
|
||||
(define-child-mode html-helper-mode html-mode
|
||||
"`html-helper-mode' needs the same semantic support as `html-mode'.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue