*** xemacs-21.4.4/lisp/font-menu.el.orig Thu Sep 20 11:02:37 2001 --- xemacs-21.4.4/lisp/font-menu.el Thu Sep 20 11:03:09 2001 *************** *** 160,171 **** (defvar font-menu-preferred-resolution (make-specifier-and-init 'generic '((global ((mswindows) . ":") ! ((x gtk) . "*-*"))) t) "Preferred horizontal and vertical font menu resolution (e.g. \"75:75\").") (defvar font-menu-size-scaling (make-specifier-and-init 'integer '((global ((mswindows) . 1) ! ((x gtk) . 10))) t) "Scale factor used in defining font sizes.") ;; only call XListFonts (and parse) once per device. --- 160,171 ---- (defvar font-menu-preferred-resolution (make-specifier-and-init 'generic '((global ((mswindows) . ":") ! ((x) . "*-*"))) t) "Preferred horizontal and vertical font menu resolution (e.g. \"75:75\").") (defvar font-menu-size-scaling (make-specifier-and-init 'integer '((global ((mswindows) . 1) ! ((x) . 10))) t) "Scale factor used in defining font sizes.") ;; only call XListFonts (and parse) once per device.