diff options
author | Glenn Morris <rgm@gnu.org> | 2008-11-26 02:58:48 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-11-26 02:58:48 +0000 |
commit | 5a3008ede5332fdd10b5eaef9150a308e853cca4 (patch) | |
tree | f90aa195cee30a8f9e69cff6e4c5fb92994ba136 /lisp | |
parent | a0bea999eae2f7f0d61fbdda6535fa221524db9b (diff) | |
download | emacs-5a3008ede5332fdd10b5eaef9150a308e853cca4.tar.gz |
(x-font-family-list): Replace redefinition with
ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/term/pc-win.el | 7 |
1 files changed, 0 insertions, 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) |