]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/w32-fns.el (w32-charset-info-alist): Declare.
authorGlenn Morris <rgm@gnu.org>
Thu, 30 Jun 2011 03:13:35 +0000 (20:13 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 30 Jun 2011 03:13:35 +0000 (20:13 -0700)
lisp/ChangeLog
lisp/w32-fns.el

index 96f3b03406a7231c8f9e823b44b47202ac644786..e6cf29a130b6c92228b72f2da4244fdfd85cac6c 100644 (file)
@@ -1,5 +1,7 @@
 2011-06-30  Glenn Morris  <rgm@gnu.org>
 
+       * w32-fns.el (w32-charset-info-alist): Declare.
+
        * find-dired.el (find-grep-options): Simplify.
 
        * term/ns-win.el (ns-set-resource): Declare.
index a002a63e3f8113561d3cac79858cd886bf142042..cb21d4b08c02725862e6dbc55bafe97094ea4114 100644 (file)
@@ -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'.