Mercurial > emacs
diff lisp/cedet/ede/proj-elisp.el @ 104524:fbd55cc47b77
* cedet/ede/system.el (ede-upload-html-documentation)
(ede-upload-distribution, ede-edit-web-page)
(ede-web-browse-home): Autoload.
* cedet/ede/proj-elisp.el: Add autoload for
semantic-ede-proj-target-grammar.
* cedet/semantic.el (navigate-menu): Show menu items only if
semantic-mode is enabled.
* cedet/ede.el: Remove comments.
* cedet/cedet.el (cedet-menu-map): Minor doc fix.
* cedet/semantic/grammar.el:
* cedet/semantic/grammar-wy.el:
* cedet/semantic/ede-grammar.el: New files.
* cedet/semantic/db-mode.el (global-semanticdb-minor-mode): Define
using define-minor-mode, so that the usual mode variable exists.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 27 Sep 2009 21:35:46 +0000 |
parents | 8c4870c15962 |
children | bbd7017a25d9 |
line wrap: on
line diff
--- a/lisp/cedet/ede/proj-elisp.el Sun Sep 27 17:50:53 2009 +0000 +++ b/lisp/cedet/ede/proj-elisp.el Sun Sep 27 21:35:46 2009 +0000 @@ -29,6 +29,8 @@ (require 'ede/pmake) (require 'ede/pconf) +(autoload 'semantic-ede-proj-target-grammar "semantic/ede-grammar") + ;;; Code: (defclass ede-proj-target-elisp (ede-proj-target-makefile) ((menu :initform nil)