From f9a08998adb42cdfaba260abc0cdef6295b3dbb8 Mon Sep 17 00:00:00 2001 From: zdm <zdm@cock.li> Date: Wed, 3 Feb 2021 12:46:55 -0700 Subject: [PATCH] warning to all, here be smelly --- emacs-upload.el | 2 ++ 1 file changed, 2 insertions(+) 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)