1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

* lisp/w32-fns.el (w32-charset-info-alist): Declare.

This commit is contained in:
Glenn Morris 2013-05-06 00:29:26 -07:00
parent 16e343d686
commit 7cc3af27a1
2 changed files with 4 additions and 0 deletions

View 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.

View 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'.