SHA256
1
0
forked from pool/anthy
anthy/anthy-set-face-underline-p.patch
Marguerite Su a23c8e55d9 Accepting request 1105045 from home:MargueriteSu:branches:M17N
- add anthy-set-face-underline-p.patch
  * set-face-underline-p is an alias for set-face-underline
    and was dreprecated since emacs 24.3

OBS-URL: https://build.opensuse.org/request/show/1105045
OBS-URL: https://build.opensuse.org/package/show/M17N/anthy?expand=0&rev=50
2023-08-21 10:20:51 +00:00

14 lines
458 B
Diff

Index: anthy-9100h/src-util/anthy.el
===================================================================
--- anthy-9100h.orig/src-util/anthy.el
+++ anthy-9100h/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)
;;