sync ports with The Matrix

This commit is contained in:
purplerain 2023-10-04 03:47:29 +00:00
parent 0d1a3e8dd8
commit 4cc63679be
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
4 changed files with 69 additions and 12 deletions

View file

@ -6,7 +6,7 @@ DISTNAME = anthy-$V
PKGNAME-main = anthy-$V
PKGNAME-emacs = emacs-anthy-$V
REVISION-main = 3
REVISION-emacs = 7
REVISION-emacs = 8
SHARED_LIBS += anthydic 1.0 # .1.0
SHARED_LIBS += anthy 1.0 # .1.0

View file

@ -4,6 +4,15 @@
Index: src-util/anthy.el
--- src-util/anthy.el.orig
+++ src-util/anthy.el
@@ -71,7 +71,7 @@
(defvar anthy-highlight-face nil)
(defvar anthy-underline-face nil)
(copy-face 'highlight 'anthy-highlight-face)
-(set-face-underline-p 'anthy-highlight-face t)
+(set-face-underline 'anthy-highlight-face t)
(copy-face 'underline 'anthy-underline-face)
;;
@@ -161,11 +161,11 @@
;; From skk-macs.el From viper-util.el. Welcome!