# HG changeset patch # User Glenn Morris # Date 1227069180 0 # Node ID c2ce87cec47b5ce7df6e68a1d714c1c514f01d28 # Parent 3564a29838cfeb7c65cd41be08a0e31bdf58f66d (x-select-font): Declare. diff -r 3564a29838cf -r c2ce87cec47b lisp/term/w32-win.el --- a/lisp/term/w32-win.el Wed Nov 19 04:32:35 2008 +0000 +++ b/lisp/term/w32-win.el Wed Nov 19 04:33:00 2008 +0000 @@ -81,6 +81,8 @@ ;; Keep an obsolete alias for w32-focus-frame and w32-select-font in case ;; they are used by code outside Emacs. (define-obsolete-function-alias 'w32-focus-frame 'x-focus-frame "23.1") +(declare-function x-select-font "w32font.c" + (&optional frame exclude-proportional)) (define-obsolete-function-alias 'w32-select-font 'x-select-font "23.1") (defvar xlfd-regexp-registry-subnum)