]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 21 Feb 2014 14:26:17 +0000 (15:26 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 21 Feb 2014 14:26:17 +0000 (15:26 +0100)
It has done nothing for years; should be removed after the release.

lisp/ChangeLog
lisp/w32-vars.el

index 2ddcbbfbd4b3c1a81cbc85ada66ae36cb8509e8b..ecc299063ae9b5d7a581079669cdab69d93b7a64 100644 (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):
index cbc13b1f343f23756ca858914a13cddb013cb121..30087d533d480cd89f25a92ea4c0e8dd4bef77c4 100644 (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