summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-11-19 04:33:00 +0000
committerGlenn Morris <rgm@gnu.org>2008-11-19 04:33:00 +0000
commita70f4c6f5591d5b1ae3772330770b1d7fe827bed (patch)
tree9660de784189136c8b3c13c51388c22040a33c95 /lisp
parentbe9b46cb09bab1a9d944ab610e202110fa42d7d1 (diff)
downloademacs-a70f4c6f5591d5b1ae3772330770b1d7fe827bed.tar.gz
emacs-a70f4c6f5591d5b1ae3772330770b1d7fe827bed.tar.bz2
emacs-a70f4c6f5591d5b1ae3772330770b1d7fe827bed.zip
(x-select-font): Declare.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/term/w32-win.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el
index cd000ea53db..45abae0a0ec 100644
--- a/lisp/term/w32-win.el
+++ b/lisp/term/w32-win.el
@@ -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)