1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

* w32-vars.el (w32-list-proportional-fonts): Fix typos in last change.

This commit is contained in:
Juanma Barranquero 2009-03-10 23:48:31 +00:00
parent 86dca3e8ba
commit 7679cfc8a4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-03-10 Juanma Barranquero <lekktu@gmail.com>
* w32-vars.el (w32-list-proportional-fonts): Fix typos in last change.
2009-03-10 Jason Rumney <jasonr@gnu.org>
* w32-vars.el (w32-list-proportional-fonts): Make obsolete.

View File

@ -42,7 +42,7 @@ X does. See `w32-fixed-font-alist' for the font menu definition."
(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")
(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."