From: Glenn Morris Date: Mon, 6 May 2013 07:29:26 +0000 (-0700) Subject: * lisp/w32-fns.el (w32-charset-info-alist): Declare. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~287 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7cc3af27a1bd8507ee5202714c27070f969cb5d9;p=emacs.git * lisp/w32-fns.el (w32-charset-info-alist): Declare. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9da2195fe07..d38ef5a541e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2013-05-06 Glenn Morris + * 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. 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'.