diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2014-02-21 04:26:21 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2014-02-21 04:26:21 +0100 |
commit | e48983a694b2c72c6226a75e294efbe5de69bf13 (patch) | |
tree | ab836a56222ca5805f71307b5c4c1153677ec0bf | |
parent | fdcfd745408c935d673537bef1f4e8d294477601 (diff) |
lisp/w32-fns.el: Remove obsolescence declarations for nonexistent vars.
(w32-enable-italics, w32-charset-to-codepage-alist):
These variables do not exist anymore.
-rw-r--r-- | lisp/ChangeLog | 3 | ||||
-rw-r--r-- | lisp/w32-fns.el | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 97c4e0ee9a..8d2c676088 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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) diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index 3d2b2dc648..fda51b1532 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 |