From 9626147b8e5c4455d4582276777ee22eb75459ca Mon Sep 17 00:00:00 2001 From: zdm Date: Wed, 3 Feb 2021 12:44:45 -0700 Subject: [PATCH] `cl' is deprecated, use `cl-lib' --- emacs-upload.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs-upload.el b/emacs-upload.el index 060c794..690f591 100644 --- a/emacs-upload.el +++ b/emacs-upload.el @@ -43,7 +43,7 @@ ;;; upload the whole buffer, have no region selected and call emacs-upload. For ;;; a file, use the universal argument `C-u' before calling emacs-upload. -(require 'cl) +(require 'cl-lib) (require 'json) (defcustom emacs-upload/host '("http://w1r3.net" "upload=@%s")