diff options
author | Glenn Morris <rgm@gnu.org> | 2013-05-06 00:29:26 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-05-06 00:29:26 -0700 |
commit | 7cc3af27a1bd8507ee5202714c27070f969cb5d9 (patch) | |
tree | 7c129095d071a2e0f769bdf9eab781f9e3b8fda3 /lisp/w32-fns.el | |
parent | 16e343d68693a1cf92a9f7cefffcf221d9950df8 (diff) | |
download | emacs-7cc3af27a1bd8507ee5202714c27070f969cb5d9.tar.gz |
* lisp/w32-fns.el (w32-charset-info-alist): Declare.
Diffstat (limited to 'lisp/w32-fns.el')
-rw-r--r-- | lisp/w32-fns.el | 2 |
1 files changed, 2 insertions, 0 deletions
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'. |