aboutsummaryrefslogtreecommitdiff
path: root/link.el
diff options
context:
space:
mode:
Diffstat (limited to 'link.el')
-rw-r--r--link.el2
1 files changed, 1 insertions, 1 deletions
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'.