changeset 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 96ec8f16af45
children 82f276f9ad7c
files lisp/ChangeLog lisp/x-font-menu.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu May 11 08:58:01 2006 +0000
+++ b/lisp/ChangeLog	Thu May 11 14:57:05 2006 +0000
@@ -1,3 +1,8 @@
+2006-05-10  Jerry James  <james@xemacs.org>
+
+	* x-font-menu.el (x-font-menu-font-data): Always pass a device as
+	the 4th argument to x-font-menu-font-data-xft.
+
 2006-04-29  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* mule/ethio-util.el (ethio-fidel-to-java-buffer):
--- 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))))