]> code.delx.au - gnu-emacs/blobdiff - lisp/w32-vars.el
* w32-vars.el (w32-list-proportional-fonts): Make obsolete.
[gnu-emacs] / lisp / w32-vars.el
index 97a8758c46d7ccc0fb18bef12db4b92a2a75c774..0fb1e8c8fbadb8af13877981d1f4cca78d1fb78e 100644 (file)
@@ -40,10 +40,9 @@ X does.  See `w32-fixed-font-alist' for the font menu definition."
   :type 'boolean
   :group 'w32)
 
-(defcustom w32-list-proportional-fonts nil
-  "Include proportional fonts in the default font dialog."
-  :type 'boolean
-  :group 'w32)
+(defvar w32-list-proportional-fonts nil
+  "Include proportional fonts in the default font dialog.")
+(make-obsolete-variable w32-list-proportional-fonts "No longer used" "23.1")
 
 (defcustom w32-allow-system-shell nil
   "Disable startup warning when using \"system\" shells."