]> git.eshelyaron.com Git - emacs.git/commitdiff
(x-font-family-list): Replace redefinition with
authorGlenn Morris <rgm@gnu.org>
Wed, 26 Nov 2008 02:58:48 +0000 (02:58 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 26 Nov 2008 02:58:48 +0000 (02:58 +0000)
ifdef in src/xfaces.c, since it confuses make-docfile.  (Bug#1383)

lisp/term/pc-win.el

index 855642a3d2a8f35513068170f8f2577ca5cbeb75..9417099f4f94e0e7c8a626bb753339f7580b9cb4 100644 (file)
@@ -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)