]> git.eshelyaron.com Git - emacs.git/commit
Avoid loading cl-lib as result of invoking 'load-library'
authorEli Zaretskii <eliz@gnu.org>
Sat, 18 Nov 2023 08:13:37 +0000 (10:13 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 18 Nov 2023 08:13:37 +0000 (10:13 +0200)
commitbb64e3a7985c5473f7b15ebcfe5f6b87d2237d92
treed26306fd42228f35087d7ba2d8dc1e5f5e3c5158
parentae06e0275d6197e82eae5b8cb9bb30d33b863cee
Avoid loading cl-lib as result of invoking 'load-library'

* lisp/emacs-lisp/find-func.el (find-function--any-subform-p):
Don't use 'cl-destructuring-bind'.
(find-library--from-load-history): Don't use 'cl-loop'.
* lisp/thingatpt.el (thing-at-point): Don't use 'cl-loop'.  This
avoids loading cl-lib whenever thingatpt.el is loaded, for
example, as result of "M-x load-library".
lisp/emacs-lisp/find-func.el
lisp/thingatpt.el