Add comment to eieio-opt about why we're requiring cl-extra
* lisp/emacs-lisp/eieio-opt.el (cl-extra): Add comment about why we're not requiring cl-lib.
This commit is contained in:
parent
beb572a7dd
commit
2f97200bb9
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@
|
|||
(require 'eieio)
|
||||
(require 'find-func)
|
||||
(require 'speedbar)
|
||||
|
||||
;; We require cl-extra here instead of cl-lib because we need the
|
||||
;; internal `cl--describe-class' function.
|
||||
(require 'cl-extra)
|
||||
|
||||
;;; Code:
|
||||
|
|
Loading…
Add table
Reference in a new issue