commit e1e32823b59227a9e5a59ed2a8b5fd60fc7de30a
parent c6b4cb0991bcf39064c1ca3ea58207d2e35884fd
Author: Tomas Hlavaty <tom@logand.com>
Date: Wed, 30 Dec 2020 23:53:15 +0100
add missing require
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/emacs-framebuffer.el b/emacs-framebuffer.el
@@ -25,6 +25,8 @@
;;; (require 'framebuffer)
;;; (framebuffer-install))
+(require 'cl)
+
(defcustom framebuffer-w3mimgdisplay-program nil
"Specify the path to w3mimgdisplay program."
:type 'string