diff --git a/emacs-upload.el b/emacs-upload.el index 690f591..e8b5061 100644 --- a/emacs-upload.el +++ b/emacs-upload.el @@ -43,6 +43,8 @@ ;;; 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. +;;; Warning: this code fucking sucks and I should rewrite it. + (require 'cl-lib) (require 'json)