Andy Piper <andy(a)xemacs.org> writes:
As always I have split out the generic parts. This also includes the
expand-file-name usage changes suggested by Hrvoje.
I will apply this to cvs.
andy
You missed one :-).
--- x-font-menu.el~ Mon May 31 03:16:50 1999
+++ x-font-menu.el Tue Jun 1 19:16:51 1999
@@ -237,7 +237,7 @@
(make-font-instance
(concat "-*-" family "-" weight "-" slant
"-*-*-*-"
size "-" resolution "-*-*-"
- font-menu-registry-encoding)
+ x-font-menu-registry-encoding)
nil t))
(throw 'got-font font))))))))
--
Mike.