diff options
Diffstat (limited to 'shoshimacs.el')
-rw-r--r-- | shoshimacs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shoshimacs.el b/shoshimacs.el index 6f34371..7fb4af4 100644 --- a/shoshimacs.el +++ b/shoshimacs.el @@ -191,7 +191,7 @@ (concat "/tmp/" (buffer-name)))) (write-region nil nil tmpfile) (let ((url - (first (last (butlast + (cl-first (last (butlast (split-string (shell-command-to-string (format "pastebinit -i '%s' -p %s -t '%s' -f text/plain" |