summaryrefslogtreecommitdiff
path: root/inputmethod/tc/patches/patch-ac
blob: bebda152cf9f7951a85ddb91d7115d5899e970ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ac,v 1.2 2019/10/23 14:02:00 mef Exp $

support for new muls

--- lisp/guess.orig	2002-03-25 09:16:05.000000000 +0900
+++ lisp/guess
@@ -13,4 +13,5 @@
     ((string-match "^3.[0-9]" mule-version) "mule3")
     ((string-match "^4.[0-9]" mule-version) "mule4")
     ((string-match "^5.[0-9]" mule-version) "mule5")
+    ((string-match "^6.[0-9]" mule-version) "mule6")
     (t "mule1"))))