]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/w32-fns.el: Remove obsolescence declarations for nonexistent vars.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 21 Feb 2014 03:26:21 +0000 (04:26 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 21 Feb 2014 03:26:21 +0000 (04:26 +0100)
(w32-enable-italics, w32-charset-to-codepage-alist):
These variables do not exist anymore.

lisp/ChangeLog
lisp/w32-fns.el

index 97c4e0ee9a9f4f21d51c6239f9c0bdaa0b11c565..8d2c676088280a14072de327f12b615363b2e7b3 100644 (file)
@@ -1,5 +1,8 @@
 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
 
+       * 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)
index 3d2b2dc6486367b5d07f253195cfa5be87019249..fda51b1532b52ae6dc35affbe1699942f5eef681 100644 (file)
@@ -307,11 +307,6 @@ bit output with no translation."
 (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")
-
 \f
 ;;;; Support for build process