emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104801: * lisp/w32-fns.el (w32-chars


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104801: * lisp/w32-fns.el (w32-charset-info-alist): Declare.
Date: Wed, 29 Jun 2011 20:13:35 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104801
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2011-06-29 20:13:35 -0700
message:
  * lisp/w32-fns.el (w32-charset-info-alist): Declare.
modified:
  lisp/ChangeLog
  lisp/w32-fns.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-06-30 03:03:07 +0000
+++ b/lisp/ChangeLog    2011-06-30 03:13:35 +0000
@@ -1,5 +1,7 @@
 2011-06-30  Glenn Morris  <address@hidden>
 
+       * w32-fns.el (w32-charset-info-alist): Declare.
+
        * find-dired.el (find-grep-options): Simplify.
 
        * term/ns-win.el (ns-set-resource): Declare.

=== modified file 'lisp/w32-fns.el'
--- a/lisp/w32-fns.el   2011-04-19 13:44:55 +0000
+++ b/lisp/w32-fns.el   2011-06-30 03:13:35 +0000
@@ -335,6 +335,8 @@
 (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'.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]