diff options
| author | Glenn Morris | 2018-03-23 16:13:40 -0400 |
|---|---|---|
| committer | Glenn Morris | 2018-03-23 16:14:48 -0400 |
| commit | 3a34c076b9986b1b09fa8c56e9dbda19819da381 (patch) | |
| tree | a90f8363e111a2dca38686d6d38627e869cee68a /lisp/cedet/srecode/dictionary.el | |
| parent | 4a05f85f5a0cde3d21fb40d2617c944b09a977cd (diff) | |
| download | emacs-3a34c076b9986b1b09fa8c56e9dbda19819da381.tar.gz emacs-3a34c076b9986b1b09fa8c56e9dbda19819da381.zip | |
cedet: replace cl with cl-lib
* lisp/cedet/ede/linux.el, lisp/cedet/semantic/decorate/mode.el:
* lisp/cedet/semantic/wisent/comp.el: Replace cl with cl-lib.
* lisp/cedet/cedet.el, lisp/cedet/mode-local.el:
* lisp/cedet/ede/dired.el, lisp/cedet/ede/pmake.el:
* lisp/cedet/ede/proj-comp.el, lisp/cedet/ede/proj-misc.el:
* lisp/cedet/ede/proj-obj.el, lisp/cedet/ede/proj-prog.el:
* lisp/cedet/ede/speedbar.el, lisp/cedet/semantic/analyze.el:
* lisp/cedet/semantic/complete.el:
* lisp/cedet/semantic/mru-bookmark.el, lisp/cedet/semantic/debug.el:
* lisp/cedet/semantic/wisent/python.el:
* lisp/cedet/srecode/compile.el, lisp/cedet/srecode/dictionary.el:
* lisp/cedet/srecode/srt.el: No need for cl.
Diffstat (limited to 'lisp/cedet/srecode/dictionary.el')
| -rw-r--r-- | lisp/cedet/srecode/dictionary.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/dictionary.el b/lisp/cedet/srecode/dictionary.el index f1287f68022..a2410becb02 100644 --- a/lisp/cedet/srecode/dictionary.el +++ b/lisp/cedet/srecode/dictionary.el | |||
| @@ -28,7 +28,6 @@ | |||
| 28 | 28 | ||
| 29 | ;;; CLASSES | 29 | ;;; CLASSES |
| 30 | 30 | ||
| 31 | (eval-when-compile (require 'cl)) | ||
| 32 | (require 'eieio) | 31 | (require 'eieio) |
| 33 | (require 'cl-generic) | 32 | (require 'cl-generic) |
| 34 | (require 'srecode) | 33 | (require 'srecode) |