diff lisp/x-font-menu.el @ 3394:d8309294c81c

[xemacs-hg @ 2006-05-11 14:57:04 by james] Always pass a device as the 4th argument to x-font-menu-font-data-xft. See xemacs-patches message with ID <m3u07xsyly.fsf@jerrypc.cs.usu.edu>.
author james
date Thu, 11 May 2006 14:57:05 +0000
parents 316fddbf58e2
children 98af8a976fc3
line wrap: on
line diff
--- a/lisp/x-font-menu.el	Thu May 11 08:58:01 2006 +0000
+++ b/lisp/x-font-menu.el	Thu May 11 14:57:05 2006 +0000
@@ -270,7 +270,7 @@
 	     ;; #### this call to x-font-menu-font-data-core originally
 	     ;; had 4 args, and that's probably the right way to go
 	     (x-font-menu-font-data-core face dcache)
-	   (x-font-menu-font-data-xft face dcache name domain))
+	   (x-font-menu-font-data-xft face dcache name (selected-device)))
        ;; #### this one, too
        (x-font-menu-font-data-core face dcache))))