diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2015-01-31 11:32:42 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2015-01-31 11:32:42 +0000 |
commit | 47129a3d1c47fcc9600c629b8229a18543217a3d (patch) | |
tree | d7051a44840f331027cf76c27de7d0544bdedfc8 /editors/tamago/files/patch-egg-sj3.el | |
parent | Update autogen to 5.18.4. (diff) |
- Fix a bug that deactivate-input-method was not called in
(egg-exit-from-minibuffer).
- Remove an unnecessary overriding-local-map call in
(menudiag-select-internal).
- Regenerate patch files.
Diffstat (limited to 'editors/tamago/files/patch-egg-sj3.el')
-rw-r--r-- | editors/tamago/files/patch-egg-sj3.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/tamago/files/patch-egg-sj3.el b/editors/tamago/files/patch-egg-sj3.el index fef8cf60884f..d73b8dede330 100644 --- a/editors/tamago/files/patch-egg-sj3.el +++ b/editors/tamago/files/patch-egg-sj3.el @@ -1,5 +1,5 @@ ---- egg/sj3.el.orig 2014-11-23 16:07:41.000000000 +0900 -+++ egg/sj3.el 2014-11-23 16:08:04.000000000 +0900 +--- egg/sj3.el.orig 2015-01-31 19:23:34.000000000 +0900 ++++ egg/sj3.el 2015-01-31 19:25:52.000000000 +0900 @@ -146,7 +146,7 @@ (setq proc (open-network-stream "SJ3" buf hostname sj3-server-port)) ((error quit) |