comparison lisp/cedet/cedet.el @ 104505:5dcce8f7fa66

Update commentary.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 20 Sep 2009 22:18:36 +0000
parents dec9e1cf2ce9
children 18ae68cd64bd
comparison
equal deleted inserted replaced
104504:dec9e1cf2ce9 104505:5dcce8f7fa66
25 25
26 ;;; Commentary: 26 ;;; Commentary:
27 27
28 ;;; Code: 28 ;;; Code:
29 ;; 29 ;;
30 ;; This library automatically setups your [X]Emacs to use CEDET tools. 30 ;; This file depends on the major components of CEDET, so that you can
31 ;; 31 ;; load them all by doing (require 'cedet). This is mostly for
32 ;; Add the following into your ~/.emacs startup file: 32 ;; compatibility with the upstream, stand-alone CEDET distribution.
33 ;;
34 ;; (load-file "<INSTALL-PATH>/cedet/common/cedet.el")
35 ;;
36 ;; Once loaded, you can enable additional feature. For example,
37 ;; this will enable some basic and advance features:
38 ;;
39 ;; (load-file "<INSTALL-PATH>/cedet/common/cedet.el")
40 ;; (global-ede-mode t)
41 ;; (semantic-load-enable-code-helpers)
42 ;; (global-srecode-minor-mode 1)
43 33
44 (eval-when-compile 34 (eval-when-compile
45 (require 'cl)) 35 (require 'cl))
46 36
47 (defconst cedet-version "1.0pre7" 37 (defconst cedet-version "1.0pre7"