From 94b9acce13573ce598bd9a73ebb273d7e200c09d Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 29 Jun 2011 20:13:35 -0700 Subject: [PATCH] * lisp/w32-fns.el (w32-charset-info-alist): Declare. --- lisp/ChangeLog | 2 ++ lisp/w32-fns.el | 2 ++ 2 files changed, 4 insertions(+) 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'. -- 2.39.2