pkgsrc-ng/www/w3/patches/patch-ac
2013-09-26 17:14:40 +02:00

15 lines
520 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$NetBSD: patch-ac,v 1.1 2002/10/18 14:50:15 minoura Exp $
--- lisp/font.el.orig Wed Nov 28 20:04:21 2001
+++ lisp/font.el Thu Oct 17 06:26:04 2002
@@ -996,7 +996,8 @@
(set-face-property face 'font-specification nil)
(apply 'set-face-font face font args))))
-(if font-running-emacs-new-redisplay
+(if (and font-running-emacs-new-redisplay
+ window-system)
(fset 'font-set-face-font 'font-set-face-font-new-redisplay))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;