lisp/cedet/srecode.el:
authorChong Yidong <cyd@stupidchicken.com>
Sun, 20 Sep 2009 21:06:41 +0000 (21:06 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 20 Sep 2009 21:06:41 +0000 (21:06 +0000)
commit4d902e6f13f6bf5d304a0cbcff33e2780a825206
tree20c5dbf4febbaff55e22b4fa0e950cf552e88e70
parent70702e9b0ea781fb955c66320c935bc0a8e1d0f1
lisp/cedet/srecode.el:
lisp/cedet/srecode/*.el:
test/cedet/srecode-tests.el: New files

lisp/files.el (auto-mode-alist): Use srecode-template-mode for .srt files.
lisp/cedet/semantic/bovine/scm.el: Add local vars section for autoloading.
29 files changed:
lisp/ChangeLog
lisp/cedet/semantic/bovine/scm.el
lisp/cedet/srecode.el [new file with mode: 0644]
lisp/cedet/srecode/args.el [new file with mode: 0644]
lisp/cedet/srecode/compile.el [new file with mode: 0644]
lisp/cedet/srecode/cpp.el [new file with mode: 0644]
lisp/cedet/srecode/ctxt.el [new file with mode: 0644]
lisp/cedet/srecode/dictionary.el [new file with mode: 0644]
lisp/cedet/srecode/document.el [new file with mode: 0644]
lisp/cedet/srecode/el.el [new file with mode: 0644]
lisp/cedet/srecode/expandproto.el [new file with mode: 0644]
lisp/cedet/srecode/extract.el [new file with mode: 0644]
lisp/cedet/srecode/fields.el [new file with mode: 0644]
lisp/cedet/srecode/filters.el [new file with mode: 0644]
lisp/cedet/srecode/find.el [new file with mode: 0644]
lisp/cedet/srecode/getset.el [new file with mode: 0644]
lisp/cedet/srecode/insert.el [new file with mode: 0644]
lisp/cedet/srecode/java.el [new file with mode: 0644]
lisp/cedet/srecode/map.el [new file with mode: 0644]
lisp/cedet/srecode/mode.el [new file with mode: 0644]
lisp/cedet/srecode/semantic.el [new file with mode: 0644]
lisp/cedet/srecode/srt-mode.el [new file with mode: 0644]
lisp/cedet/srecode/srt-wy.el [new file with mode: 0644]
lisp/cedet/srecode/srt.el [new file with mode: 0644]
lisp/cedet/srecode/table.el [new file with mode: 0644]
lisp/cedet/srecode/template.el [new file with mode: 0644]
lisp/cedet/srecode/texi.el [new file with mode: 0644]
lisp/files.el
test/cedet/srecode-tests.el [new file with mode: 0644]