From: Juanma Barranquero Date: Fri, 21 Feb 2014 03:26:21 +0000 (+0100) Subject: lisp/w32-fns.el: Remove obsolescence declarations for nonexistent vars. X-Git-Tag: emacs-24.3.90~173^2^2~43 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e48983a694b2c72c6226a75e294efbe5de69bf13;p=emacs.git lisp/w32-fns.el: Remove obsolescence declarations for nonexistent vars. (w32-enable-italics, w32-charset-to-codepage-alist): These variables do not exist anymore. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 97c4e0ee9a9..8d2c6760882 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2014-02-21 Juanma Barranquero + * 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) diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index 3d2b2dc6486..fda51b1532b 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el @@ -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") - ;;;; Support for build process