Skip to content

Commit

Permalink
actually remove global var
Browse files Browse the repository at this point in the history
  • Loading branch information
msin32 authored May 14, 2024
1 parent f92b312 commit d21521e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emacs-everywhere.el
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ Never paste content when ABORT is non-nil."
emacs-everywhere-paste-command
(not abort))
(apply #'call-process (car emacs-everywhere-paste-command)
(if (cdr emacs-everywhere-paste-command) nil (make-temp-file nil nil nil ee-paste-input)) nil nil (cdr emacs-everywhere-paste-command)))))
(if (cdr emacs-everywhere-paste-command) nil (make-temp-file nil nil nil "key shift+insert")) nil nil (cdr emacs-everywhere-paste-command)))))
;; Clean up after ourselves in case the buffer survives `server-buffer-done'
;; (b/c `server-existing-buffer' is non-nil).
(emacs-everywhere-mode -1)
Expand Down

0 comments on commit d21521e

Please sign in to comment.