diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2014-02-21 15:26:17 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2014-02-21 15:26:17 +0100 |
commit | 34b71457b2c5433ebd1520bf4c53c36f019a9123 (patch) | |
tree | 2379ec3163bf238734942f04d6bdbaafa12d9529 /lisp/w32-vars.el | |
parent | 37febf5317f51728435612d74f57de30ca665629 (diff) | |
download | emacs-34b71457b2c5433ebd1520bf4c53c36f019a9123.tar.gz |
lisp/w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
It has done nothing for years; should be removed after the release.
Diffstat (limited to 'lisp/w32-vars.el')
-rw-r--r-- | lisp/w32-vars.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el index cbc13b1f343..30087d533d4 100644 --- a/lisp/w32-vars.el +++ b/lisp/w32-vars.el @@ -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 |