anthy/anthy-fix-emacs29.patch
Akira TAGOH 861cb04cf9 Fix symbol error on Emacs 29.
Resolves: rhbz#2251128
2023-11-28 16:35:40 +09:00

12 lines
501 B
Diff

diff -pruN anthy-9100h.orig/src-util/anthy.el anthy-9100h/src-util/anthy.el
--- anthy-9100h.orig/src-util/anthy.el 2023-11-28 16:31:37.621098068 +0900
+++ anthy-9100h/src-util/anthy.el 2023-11-28 16:33:42.330200131 +0900
@@ -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)
;;