diff options
Diffstat (limited to 'editors/tamago/files/patch-egg-anthyipc.el')
-rw-r--r-- | editors/tamago/files/patch-egg-anthyipc.el | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/tamago/files/patch-egg-anthyipc.el b/editors/tamago/files/patch-egg-anthyipc.el new file mode 100644 index 000000000000..f5922f70f3e9 --- /dev/null +++ b/editors/tamago/files/patch-egg-anthyipc.el @@ -0,0 +1,12 @@ +--- egg/anthyipc.el.orig 2015-01-31 19:24:09.000000000 +0900 ++++ egg/anthyipc.el 2015-02-02 00:32:22.000000000 +0900 +@@ -46,8 +46,7 @@ + ,@vlist) + (if (and (eq (process-status proc) 'run) + (buffer-live-p buffer)) +- (save-excursion +- (set-buffer buffer) ++ (with-current-buffer buffer + (erase-buffer) + ,send-expr + (goto-char (point-max)) |