cl' is deprecated, use
cl-lib'
This commit is contained in:
parent
a8d8b3821f
commit
9626147b8e
@ -43,7 +43,7 @@
|
|||||||
;;; upload the whole buffer, have no region selected and call emacs-upload. For
|
;;; 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.
|
;;; a file, use the universal argument `C-u' before calling emacs-upload.
|
||||||
|
|
||||||
(require 'cl)
|
(require 'cl-lib)
|
||||||
(require 'json)
|
(require 'json)
|
||||||
|
|
||||||
(defcustom emacs-upload/host '("http://w1r3.net" "upload=@%s")
|
(defcustom emacs-upload/host '("http://w1r3.net" "upload=@%s")
|
||||||
|
Reference in New Issue
Block a user