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-helper-Makefile | |
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-helper-Makefile')
-rw-r--r-- | editors/tamago/files/patch-helper-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/tamago/files/patch-helper-Makefile b/editors/tamago/files/patch-helper-Makefile new file mode 100644 index 000000000000..0ac8f62d94f3 --- /dev/null +++ b/editors/tamago/files/patch-helper-Makefile @@ -0,0 +1,11 @@ +--- /dev/null 2015-01-31 20:00:00.000000000 +0900 ++++ helper/Makefile 2015-01-31 19:27:23.000000000 +0900 +@@ -0,0 +1,8 @@ ++# $FreeBSD$ ++ ++PROG= egg-helper ++SRCS= egg-helper.c ++ ++MAN= ++ ++.include <bsd.prog.mk> |