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:
Lars Ingebrigtsen 2019-06-16 22:26:34 +02:00
parent beb572a7dd
commit 2f97200bb9

View file

@ -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: