summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2014-02-21 15:26:17 +0100
committerJuanma Barranquero <lekktu@gmail.com>2014-02-21 15:26:17 +0100
commit6e126254d6b21a4915433c8c5f889d016b6215a5 (patch)
tree12d1151421517f6ede3818b558242cccaa243ade
parentada48f7e34dd60d3e6384546e10864cbfc1fe44c (diff)
downloademacs-6e126254d6b21a4915433c8c5f889d016b6215a5.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.
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/w32-vars.el2
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dc1781d442a..c05f3c60ba9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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):
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