CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2013/12/07 16:42:04
Modified files:
inputmethods/anthy: Makefile
inputmethods/anthy/pkg: PLIST-emacs PLIST-main
Added files:
inputmethods/anthy/patches: patch-src-util_anthy_el
Removed files:
inputmethods/anthy/pkg: PFRAG.shared-main
Log message:
Fix to work and build with emacs-24.3.
- Add patches/patch-src-util_anthy_el to use `last-command-event'
instead of `last-command-char' which is removed at emacs-24.3.
- Remove leim-list.elc from PLIST since emacs-24.3 doesn't create .elc
for leim-list.el.
And merge PFRAG.shared-main into PLIST-main.
ok jca (for first diff)
ok sthen