From 7cc3af27a1bd8507ee5202714c27070f969cb5d9 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 6 May 2013 00:29:26 -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 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'. -- 2.39.2