mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
japanese/anthy: Fix runtime error of anthy.el with editors/emacs-devel
This commit is contained in:
parent
7c9bb96a47
commit
a2d5d78319
@ -1,6 +1,6 @@
|
||||
PORTNAME= anthy
|
||||
PORTVERSION= 0.4
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= DEBIAN
|
||||
|
@ -1,5 +1,14 @@
|
||||
--- src-util/anthy.el.orig 2019-07-05 02:37:13 UTC
|
||||
+++ 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)
|
||||
|
||||
;;
|
||||
@@ -745,7 +745,7 @@
|
||||
(if anthy-agent-process
|
||||
(kill-process anthy-agent-process))
|
||||
|
Loading…
Reference in New Issue
Block a user