1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

lisp/w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.

It has done nothing for years; should be removed after the release.
This commit is contained in:
Juanma Barranquero 2014-02-21 15:26:17 +01:00
parent 37febf5317
commit 34b71457b2
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2014-02-21 Juanma Barranquero <lekktu@gmail.com>
* w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
It has done nothing for years; should be removed after the release.
* simple.el (choose-completion): Fix docstring typo.
(read-quoted-char-radix): Remove unneeded * in docstring.
(process-file, kill-whole-line, pop-to-mark-command, set-mark-command):

View File

@ -149,6 +149,8 @@ menu if the variable `w32-use-w32-font-dialog' is nil."
(string :tag "Font")))))))
:group 'w32)
(make-obsolete-variable 'w32-enable-synthesized-fonts nil "24.4")
(provide 'w32-vars)
;;; w32-vars.el ends here