aboutsummaryrefslogtreecommitdiff
path: root/connection.el
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2023-06-09 16:18:04 +1000
committerYuchen Pei <hi@ypei.me>2023-06-09 16:18:04 +1000
commitcf38c80755d422f9b159a1cac2d38f21a1869279 (patch)
treecf2cad3c6034874282c3cdac2a405d3161bf51d6 /connection.el
parentbdf0aa7761d1c1a3bc0652b2fdc4a54b3acdb06a (diff)
Fixing cl deprecation warningsHEADmaster
Diffstat (limited to 'connection.el')
-rw-r--r--connection.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/connection.el b/connection.el
index 42790f4..6f12d79 100644
--- a/connection.el
+++ b/connection.el
@@ -29,7 +29,7 @@
;;; Code:
(eval-when-compile
- (require 'cl))
+ (require 'cl-lib))
(defmacro connection-p (connection)
"Returns non-nil if `connection' is a connection object"