diff options
author | Yuchen Pei <hi@ypei.me> | 2023-06-09 16:18:04 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2023-06-09 16:18:04 +1000 |
commit | cf38c80755d422f9b159a1cac2d38f21a1869279 (patch) | |
tree | cf2cad3c6034874282c3cdac2a405d3161bf51d6 /connection.el | |
parent | bdf0aa7761d1c1a3bc0652b2fdc4a54b3acdb06a (diff) |
Diffstat (limited to 'connection.el')
-rw-r--r-- | connection.el | 2 |
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" |