From 7cc3af27a1bd8507ee5202714c27070f969cb5d9 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 6 May 2013 00:29:26 -0700 Subject: * lisp/w32-fns.el (w32-charset-info-alist): Declare. --- lisp/w32-fns.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/w32-fns.el') diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index e0d1abe94c7..44b3cfd3b1d 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el @@ -250,6 +250,8 @@ This function is provided for backward compatibility, since ;; Set to a system sound if you want a fancy bell. (set-message-beep nil) +(defvar w32-charset-info-alist) ; w32font.c + (defun w32-add-charset-info (xlfd-charset windows-charset codepage) "Function to add character sets to display with Windows fonts. Creates entries in `w32-charset-info-alist'. -- cgit v1.2.1