From 5a3008ede5332fdd10b5eaef9150a308e853cca4 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 26 Nov 2008 02:58:48 +0000 Subject: [PATCH] (x-font-family-list): Replace redefinition with ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383) --- lisp/term/pc-win.el | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el index 855642a3d2a..9417099f4f9 100644 --- a/lisp/term/pc-win.el +++ b/lisp/term/pc-win.el @@ -235,13 +235,6 @@ support other types of selections." (defun x-frob-font-weight (font which) font) (make-obsolete 'x-frob-font-weight 'make-face-... "21.1") -(defun x-font-family-list () - "Return a list of available font families on FRAME.\n\ -If FRAME is omitted or nil, use the selected frame.\n\ -Value is a list of conses (FAMILY . FIXED-P) where FAMILY\n\ -is a font family, and FIXED-P is non-nil if fonts of that family\n\ -are fixed-pitch." - '(("default" . t))) ;; From src/fontset.c: (fset 'query-fontset 'ignore) -- 2.39.2