From e48983a694b2c72c6226a75e294efbe5de69bf13 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 21 Feb 2014 04:26:21 +0100 Subject: [PATCH] lisp/w32-fns.el: Remove obsolescence declarations for nonexistent vars. (w32-enable-italics, w32-charset-to-codepage-alist): These variables do not exist anymore. --- lisp/ChangeLog | 3 +++ lisp/w32-fns.el | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) 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 -- 2.39.2