Skip to content

Commit f412f08

Browse files
committed
jupyter-channel.el: Require eieio instead of eieio-base
`defclass` is defined in the former not the latter.
1 parent da78c8c commit f412f08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jupyter-channel.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
;; Defines the `jupyter-channel' interface.
2626

2727
;;; Code:
28-
(require 'eieio-base)
28+
29+
(require 'eieio)
2930

3031
(defclass jupyter-channel ()
3132
((type

0 commit comments

Comments
 (0)