Mercurial > emacs
changeset 99933:c0f837f2c14b
(x-font-family-list): Replace redefinition with
ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 26 Nov 2008 02:58:48 +0000 |
parents | 36e205658d72 |
children | 33b7fbb60fa0 |
files | lisp/term/pc-win.el |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/pc-win.el Wed Nov 26 02:55:28 2008 +0000 +++ b/lisp/term/pc-win.el Wed Nov 26 02:58:48 2008 +0000 @@ -235,13 +235,6 @@ (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)