diff options
author | Glenn Morris <rgm@gnu.org> | 2008-11-19 04:33:00 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-11-19 04:33:00 +0000 |
commit | a70f4c6f5591d5b1ae3772330770b1d7fe827bed (patch) | |
tree | 9660de784189136c8b3c13c51388c22040a33c95 /lisp | |
parent | be9b46cb09bab1a9d944ab610e202110fa42d7d1 (diff) | |
download | emacs-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.el | 2 |
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) |