summaryrefslogtreecommitdiff
path: root/lisp/w32-vars.el
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2009-03-10 15:57:34 +0000
committerJason Rumney <jasonr@gnu.org>2009-03-10 15:57:34 +0000
commit86dca3e8ba4e8e37defe2a121f1e170ca9a1e93f (patch)
tree9b2cff63aeb882918bc7e70016315495754e150f /lisp/w32-vars.el
parentba528748a14a34d2c3f619615c4cdaf4bbd89cc0 (diff)
downloademacs-86dca3e8ba4e8e37defe2a121f1e170ca9a1e93f.tar.gz
* w32-vars.el (w32-list-proportional-fonts): Make obsolete.
* msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify w32-use-visible-system-caret doc to indicate that it should get set automatically. (Windows Fonts): Add doc for the uniscribe backend.
Diffstat (limited to 'lisp/w32-vars.el')
-rw-r--r--lisp/w32-vars.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el
index 97a8758c46d..0fb1e8c8fba 100644
--- a/lisp/w32-vars.el
+++ b/lisp/w32-vars.el
@@ -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."