emacs-framebuffer

Emacs library to show images and documents in console using Linux framebuffer
Log | Files | Refs

commit be81bcbe4ffc8757e6dfad6e4a4af11656e3d285
parent f7db3280cc3f95c9c4c4eda34438570b914dc675
Author: Tomas Hlavaty <tom@logand.com>
Date:   Sat, 31 Jul 2021 23:07:41 +0200

require cl-lib instead of deprecated cl

Diffstat:
Memacs-framebuffer.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacs-framebuffer.el b/emacs-framebuffer.el @@ -25,7 +25,7 @@ ;;; (require 'emacs-framebuffer) ;;; (framebuffer-install) -(require 'cl) +(require 'cl-lib) (defcustom framebuffer-w3mimgdisplay-program nil "Specify the path to w3mimgdisplay program."