From 826608a5fd403acf8a9ae40884fac604b31b0843 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 20 Sep 2009 22:18:36 +0000 Subject: [PATCH] Update commentary. --- lisp/cedet/cedet.el | 16 +++------------- 1 file 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 @@ ;;; Code: ;; -;; This library automatically setups your [X]Emacs to use CEDET tools. -;; -;; Add the following into your ~/.emacs startup file: -;; -;; (load-file "/cedet/common/cedet.el") -;; -;; Once loaded, you can enable additional feature. For example, -;; this will enable some basic and advance features: -;; -;; (load-file "/cedet/common/cedet.el") -;; (global-ede-mode t) -;; (semantic-load-enable-code-helpers) -;; (global-srecode-minor-mode 1) +;; This file depends on the major components of CEDET, so that you can +;; load them all by doing (require 'cedet). This is mostly for +;; compatibility with the upstream, stand-alone CEDET distribution. (eval-when-compile (require 'cl)) -- 2.39.5