diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 697dbfe9ece..0ddae1d7cb9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-03-10 Juanma Barranquero + + * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change. + 2009-03-10 Jason Rumney * w32-vars.el (w32-list-proportional-fonts): Make obsolete. diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el index 0fb1e8c8fba..4ac2b7f81c2 100644 --- a/lisp/w32-vars.el +++ b/lisp/w32-vars.el @@ -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."