* lisp/w32-fns.el (w32-charset-info-alist): Declare.
This commit is contained in:
parent
1d9b46d4cc
commit
94b9acce13
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2011-06-30 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* w32-fns.el (w32-charset-info-alist): Declare.
|
||||
|
||||
* find-dired.el (find-grep-options): Simplify.
|
||||
|
||||
* term/ns-win.el (ns-set-resource): Declare.
|
||||
|
|
|
@ -335,6 +335,8 @@ This function is provided for backward compatibility, since
|
|||
(global-set-key [lwindow] 'ignore)
|
||||
(global-set-key [rwindow] 'ignore)
|
||||
|
||||
(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'.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue