mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
* files.el (auto-mode-alist): Add .srt and Project.ede. * cedet/semantic.el (semantic-mode): Handle srecode-template-mode-hook as well. * cedet/srecode/template.el: Remove hook variable. * cedet/ede/proj-comp.el: Require ede/pmake when compiling. * cedet/ede.el (ede-target-forms-menu): Don't enable if no projects exist. * cedet/srecode/map.el (srecode-map-base-template-dir): Look for templates in data-directory. * cedet/ede/srecode.el (ede-srecode-setup): Use default templates directory. * cedet/semantic/util-modes.el (semantic-highlight-func-mode): Doc fix. * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables): Only insert each variable once. * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro. (ede-pmake-insert-variable-shared): Use it. * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table for lexical table iff table is nil.
This commit is contained in:
parent
ed6b01957e
commit
e6e267fcba
12 changed files with 104 additions and 59 deletions
|
|
@ -39,6 +39,7 @@
|
|||
ans)
|
||||
))
|
||||
|
||||
;;;###autoload
|
||||
(defun srecode-template-setup-parser ()
|
||||
"Setup buffer for parse."
|
||||
(srecode-template-wy--install-parser)
|
||||
|
|
@ -61,10 +62,13 @@
|
|||
senator-step-at-tag-classes '(function variable)
|
||||
))
|
||||
|
||||
;;;;###autoload
|
||||
(add-hook 'srecode-template-mode-hook 'srecode-template-setup-parser)
|
||||
|
||||
(provide 'srecode/template)
|
||||
|
||||
;; Local variables:
|
||||
;; generated-autoload-file: "loaddefs.el"
|
||||
;; generated-autoload-feature: srecode/loaddefs
|
||||
;; generated-autoload-load-name: "srecode/template"
|
||||
;; End:
|
||||
|
||||
;; arch-tag: 037fbca7-e846-4521-b801-3463f50c3080
|
||||
;;; srecode/template.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue