# HG changeset patch # User james # Date 1147359425 0 # Node ID d8309294c81c3564fb0426de5c2f827778f75bbc # Parent 96ec8f16af4535cf58b018ab77dd6a9f3aa1b95e [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 . diff -r 96ec8f16af45 -r d8309294c81c lisp/ChangeLog --- 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 + + * 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 * mule/ethio-util.el (ethio-fidel-to-java-buffer): diff -r 96ec8f16af45 -r d8309294c81c lisp/x-font-menu.el --- 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))))