commit 3005a6eb92c3c50b6bd29228bb27651547550d92 parent 2568d13858872bd93145b00a3afa43e446381af4 Author: Tomas Hlavaty <tom@logand.com> Date: Wed, 26 Oct 2022 00:13:00 +0200 use cl-lib Diffstat:
M | emacs-btap.el | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emacs-btap.el b/emacs-btap.el @@ -25,7 +25,7 @@ ;;; To see a few examples, evaluate: (occur "example:") (require 'browse-url) -(require 'cl) +(require 'cl-lib) (require 'ffap) (require 'thingatpt)