emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112475: * lisp/w32-fns.el (w32-charset-info-alist): Declare.
Date: Mon, 06 May 2013 00:29:26 -0700
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112475
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2013-05-06 00:29:26 -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    2013-05-06 07:20:35 +0000
+++ b/lisp/ChangeLog    2013-05-06 07:29:26 +0000
@@ -1,5 +1,7 @@
 2013-05-06  Glenn Morris  <address@hidden>
 
+       * 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.

=== modified file 'lisp/w32-fns.el'
--- a/lisp/w32-fns.el   2013-01-01 09:11:05 +0000
+++ b/lisp/w32-fns.el   2013-05-06 07:29:26 +0000
@@ -250,6 +250,8 @@
 ;; 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'.


reply via email to

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