# HG changeset patch # User Chong Yidong # Date 1253485116 0 # Node ID 5dcce8f7fa669adf57ba49c53c0afabefb4fbd2c # Parent dec9e1cf2ce9915012a21a5d6884c4a90888c964 Update commentary. diff -r dec9e1cf2ce9 -r 5dcce8f7fa66 lisp/cedet/cedet.el --- a/lisp/cedet/cedet.el Sun Sep 20 22:16:15 2009 +0000 +++ b/lisp/cedet/cedet.el Sun Sep 20 22:18:36 2009 +0000 @@ -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))