emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116498: lisp/w32-fns.el: Remove obsolescence declar


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r116498: lisp/w32-fns.el: Remove obsolescence declarations for nonexistent vars.
Date: Fri, 21 Feb 2014 03:26:34 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116498
revision-id: address@hidden
parent: address@hidden
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Fri 2014-02-21 04:26:21 +0100
message:
  lisp/w32-fns.el: Remove obsolescence declarations for nonexistent vars.
  
  (w32-enable-italics, w32-charset-to-codepage-alist):
  These variables do not exist anymore.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/w32-fns.el                w32fns.el-20091113204419-o5vbwnq5f7feedwu-805
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-21 00:47:17 +0000
+++ b/lisp/ChangeLog    2014-02-21 03:26:21 +0000
@@ -1,5 +1,8 @@
 2014-02-21  Juanma Barranquero  <address@hidden>
 
+       * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
+       Remove obsolescence declarations, these variables do not exist anymore.
+
        * savehist.el (savehist-save-minibuffer-history)
        (savehist-additional-variables, savehist-file, savehist-mode-hook)
        (savehist-save-hook, savehist-coding-system, savehist-loaded)

=== modified file 'lisp/w32-fns.el'
--- a/lisp/w32-fns.el   2014-01-01 07:43:34 +0000
+++ b/lisp/w32-fns.el   2014-02-21 03:26:21 +0000
@@ -307,11 +307,6 @@
 (w32-add-charset-info "tis620-0" 'w32-charset-thai 874)
 (w32-add-charset-info "iso8859-1" 'w32-charset-ansi 1252)
 
-(make-obsolete-variable 'w32-enable-italics
-                        'w32-enable-synthesized-fonts "21.1")
-(make-obsolete-variable 'w32-charset-to-codepage-alist
-                        'w32-charset-info-alist "21.1")
-
 
 ;;;; Support for build process
 


reply via email to

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