From 7372a117064fabe4ef581a16008f6073564b2671 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Thu, 23 Apr 2020 09:25:43 +0200 Subject: [PATCH] Require eieio for jupyter-channel defclass --- jupyter-channel.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jupyter-channel.el b/jupyter-channel.el index a0925cb..7cd1688 100644 --- a/jupyter-channel.el +++ b/jupyter-channel.el @@ -26,6 +26,8 @@ ;;; Code: +(require 'eieio) + (defclass jupyter-channel () ((type :type keyword