* lisp/w32-fns.el (w32-charset-info-alist): Declare.
authorGlenn Morris <rgm@gnu.org>
Mon, 6 May 2013 07:29:26 +0000 (00:29 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 6 May 2013 07:29:26 +0000 (00:29 -0700)
lisp/ChangeLog
lisp/w32-fns.el

index 9da2195..d38ef5a 100644 (file)
@@ -1,5 +1,7 @@
 2013-05-06  Glenn Morris  <rgm@gnu.org>
 
+       * w32-fns.el (w32-charset-info-alist): Declare.
+
        * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
        of its defcustom properties.
        (eshell-cmpl-initialize): No need to load pcomplete.
index e0d1abe..44b3cfd 100644 (file)
@@ -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'.