From cf38c80755d422f9b159a1cac2d38f21a1869279 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Fri, 9 Jun 2023 16:18:04 +1000 Subject: Fixing cl deprecation warnings --- link.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'link.el') diff --git a/link.el b/link.el index 30eadb1..c7f0449 100644 --- a/link.el +++ b/link.el @@ -37,7 +37,7 @@ ;;; Code: (eval-when-compile - (require 'cl)) + (require 'cl-lib)) (defun link-create-link (start end face function &optional data help) "Create a link in the current buffer starting from `start' going to `end'. -- cgit v1.2.3