diff options
| author | Stefan Kangas | 2022-08-11 23:26:43 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-08-12 15:08:19 +0200 |
| commit | 9e983f4e8383bb183a60fb9ef2998d8db2ae3666 (patch) | |
| tree | 77c7fbb09531e5ef85428b822685cbc6dd4a426c | |
| parent | 43d46a7b3a7ace28015f795aa16de06908f82f9c (diff) | |
| download | emacs-9e983f4e8383bb183a60fb9ef2998d8db2ae3666.tar.gz emacs-9e983f4e8383bb183a60fb9ef2998d8db2ae3666.zip | |
; * lisp/cedet/cedet.el: Delete stale comment.
Since 2009, it is no longer the case that this file depends on other
parts of CEDET (see commit 715f35a55d).
| -rw-r--r-- | lisp/cedet/cedet.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/cedet/cedet.el b/lisp/cedet/cedet.el index 429b275828b..c33ac850722 100644 --- a/lisp/cedet/cedet.el +++ b/lisp/cedet/cedet.el | |||
| @@ -25,10 +25,6 @@ | |||
| 25 | ;;; Commentary: | 25 | ;;; Commentary: |
| 26 | 26 | ||
| 27 | ;;; Code: | 27 | ;;; Code: |
| 28 | ;; | ||
| 29 | ;; This file depends on the major components of CEDET, so that you can | ||
| 30 | ;; load them all by doing (require 'cedet). This is mostly for | ||
| 31 | ;; compatibility with the upstream, stand-alone CEDET distribution. | ||
| 32 | 28 | ||
| 33 | (declare-function inversion-find-version "inversion") | 29 | (declare-function inversion-find-version "inversion") |
| 34 | 30 | ||