From: Glenn Morris Date: Thu, 30 Jun 2011 03:13:35 +0000 (-0700) Subject: * lisp/w32-fns.el (w32-charset-info-alist): Declare. X-Git-Tag: emacs-pretest-24.0.90~104^2~152^2~322 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=94b9acce13573ce598bd9a73ebb273d7e200c09d;p=emacs.git * lisp/w32-fns.el (w32-charset-info-alist): Declare. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 96f3b03406a..e6cf29a130b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-06-30 Glenn Morris + * w32-fns.el (w32-charset-info-alist): Declare. + * find-dired.el (find-grep-options): Simplify. * term/ns-win.el (ns-set-resource): Declare. diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index a002a63e3f8..cb21d4b08c0 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el @@ -335,6 +335,8 @@ This function is provided for backward compatibility, since (global-set-key [lwindow] 'ignore) (global-set-key [rwindow] 'ignore) +(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'.