mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-23 18:47:57 +00:00
lisp/w32-fns.el: Remove obsolescence declarations for nonexistent vars.
(w32-enable-italics, w32-charset-to-codepage-alist): These variables do not exist anymore.
This commit is contained in:
parent
fdcfd74540
commit
e48983a694
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user