diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2015-02-01 16:45:59 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2015-02-01 16:45:59 +0000 |
commit | f534b6cf0ae7051fbaabae34a0329c14e8659888 (patch) | |
tree | fc2f3024a7b4e76f950e3d0ed31628e27a5d0583 /editors/tamago/files/patch-egg-anthyipc.el | |
parent | - Update to 2.2.1 (diff) |
- Use fboundp instead of boundp to check binding of
deactivate-input-method.
- Remove an extra flag for test(1) in Makefile.in.
- Use with-current-buffer instead of a save-excursion + set-buffer pair.
- Fix (fboundp finalize) in egg/wnn.el and egg/canna.el.
- Remove HAS_JISX0213 check.
- Nuke *.el files from plist.
Notes
Notes:
svn path=/head/; revision=378252
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)) |