diff options
Diffstat (limited to 'emacs/.emacs.d/wpc/scrot.el')
-rw-r--r-- | emacs/.emacs.d/wpc/scrot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/scrot.el b/emacs/.emacs.d/wpc/scrot.el index caeb25da3bcb..efd22e2b1437 100644 --- a/emacs/.emacs.d/wpc/scrot.el +++ b/emacs/.emacs.d/wpc/scrot.el @@ -34,7 +34,7 @@ See scrot's man page for more information.") This currently only works for PNG files because that's what I'm outputting" (call-process "xclip" nil nil nil "-selection" "clipboard" "-t" "image/png" path) - (message (string/format "[scrot.el] Image copied to clipboard!"))) + (message (string-format "[scrot.el] Image copied to clipboard!"))) (defmacro scrot/call (&rest args) "Call scrot with ARGS." |