diff options
author | yoichi <yoichi@FreeBSD.org> | 2007-07-27 08:14:39 +0800 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2007-07-27 08:14:39 +0800 |
commit | 7884f295b14662a9944fee39e6e70ca088c0541c (patch) | |
tree | 6bc3f6fb0f2a3b1e2e2fd21d9902907c1b5a1054 /japanese/ddskk/files | |
parent | e792b18b5947bd02b830e55ac2203beaacdb15c9 (diff) | |
download | freebsd-ports-gnome-7884f295b14662a9944fee39e6e70ca088c0541c.tar.gz freebsd-ports-gnome-7884f295b14662a9944fee39e6e70ca088c0541c.tar.zst freebsd-ports-gnome-7884f295b14662a9944fee39e6e70ca088c0541c.zip |
Apply change in skk cvs to install skk-e21 with emacs-22
(cvs di -kk -r 1.125 -r 1.126 SKK-MK)
PR: ports/114946
Submitted by: Takamichi Tateoka
Diffstat (limited to 'japanese/ddskk/files')
-rw-r--r-- | japanese/ddskk/files/patch-SKK-MK | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/japanese/ddskk/files/patch-SKK-MK b/japanese/ddskk/files/patch-SKK-MK new file mode 100644 index 000000000000..792936051889 --- /dev/null +++ b/japanese/ddskk/files/patch-SKK-MK @@ -0,0 +1,17 @@ +Index: SKK-MK +=================================================================== +RCS file: /circus/cvsroot/skk/main/SKK-MK,v +retrieving revision 1.125 +retrieving revision 1.126 +diff -u -r1.125 -r1.126 +--- SKK-MK 29 Feb 2004 01:05:10 -0000 1.125 ++++ SKK-MK 15 Apr 2004 01:27:10 -0000 1.126 +@@ -326,7 +326,7 @@ + ;; FSFmacs + (when (featurep 'faces) + (add-to-list 'list 'ccc)) +- (when (= emacs-major-version 21) ++ (when (string< "5.0" mule-version) + (add-to-list 'list 'skk-e21)))) + ;; skk-jisx0213.el + (when (condition-case nil |