cl' is deprecated, use cl-lib'

This commit is contained in:
zdm 2021-02-03 12:44:45 -07:00
parent a8d8b3821f
commit 9626147b8e

View File

@ -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")