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:
parent
86dca3e8ba
commit
7679cfc8a4
@ -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.
|
||||
|
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user