sync ports with The Matrix
This commit is contained in:
parent
0d1a3e8dd8
commit
4cc63679be
4 changed files with 69 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue