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 | |
| 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')
| -rw-r--r-- | lisp/cedet/srecode/compile.el | 1 | ||||
| -rw-r--r-- | lisp/cedet/srecode/dictionary.el | 1 | ||||
| -rw-r--r-- | lisp/cedet/srecode/srt.el | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/lisp/cedet/srecode/compile.el b/lisp/cedet/srecode/compile.el index 69282c1a0dd..a0a53a6473a 100644 --- a/lisp/cedet/srecode/compile.el +++ b/lisp/cedet/srecode/compile.el | |||
| @@ -31,7 +31,6 @@ | |||
| 31 | ;; The output are a series of EIEIO objects which represent the | 31 | ;; The output are a series of EIEIO objects which represent the |
| 32 | ;; templates in a way that could be inserted later. | 32 | ;; templates in a way that could be inserted later. |
| 33 | 33 | ||
| 34 | (eval-when-compile (require 'cl)) | ||
| 35 | (require 'semantic) | 34 | (require 'semantic) |
| 36 | (require 'eieio) | 35 | (require 'eieio) |
| 37 | (require 'cl-generic) | 36 | (require 'cl-generic) |
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) |
diff --git a/lisp/cedet/srecode/srt.el b/lisp/cedet/srecode/srt.el index 3bae20e3554..fdabdc4c8ed 100644 --- a/lisp/cedet/srecode/srt.el +++ b/lisp/cedet/srecode/srt.el | |||
| @@ -25,7 +25,6 @@ | |||
| 25 | 25 | ||
| 26 | ;;; Code: | 26 | ;;; Code: |
| 27 | 27 | ||
| 28 | (eval-when-compile (require 'cl)) | ||
| 29 | (require 'eieio) | 28 | (require 'eieio) |
| 30 | (require 'srecode/dictionary) | 29 | (require 'srecode/dictionary) |
| 31 | (require 'srecode/insert) | 30 | (require 'srecode/insert) |