diff options
| author | Chong Yidong | 2009-09-20 22:18:36 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-09-20 22:18:36 +0000 |
| commit | 826608a5fd403acf8a9ae40884fac604b31b0843 (patch) | |
| tree | bed571045f503fb27c7c73722c8b53a2223c2b5c | |
| parent | 35eefe73835e44b81eb2c69ee46378728a2da3f1 (diff) | |
| download | emacs-826608a5fd403acf8a9ae40884fac604b31b0843.tar.gz emacs-826608a5fd403acf8a9ae40884fac604b31b0843.zip | |
Update commentary.
| -rw-r--r-- | lisp/cedet/cedet.el | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/lisp/cedet/cedet.el b/lisp/cedet/cedet.el index 4f7dfe9d5eb..3f901722123 100644 --- a/lisp/cedet/cedet.el +++ b/lisp/cedet/cedet.el | |||
| @@ -27,19 +27,9 @@ | |||
| 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)) |