]> code.delx.au - gnu-emacs/blobdiff - lisp/w32-vars.el
Update copyright year to 2015
[gnu-emacs] / lisp / w32-vars.el
index e51ac174a45fe9bc12afd37c5251604e517f9c6b..ae42ee7ecda0f4ea1b2a37c0953126e852dc6f24 100644 (file)
@@ -1,6 +1,6 @@
 ;;; w32-vars.el --- MS-Windows specific user options
 
-;; Copyright (C) 2002-2013 Free Software Foundation, Inc.
+;; Copyright (C) 2002-2015 Free Software Foundation, Inc.
 
 ;; Author: Jason Rumney <jasonr@gnu.org>
 ;; Keywords: internal
@@ -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