Mercurial > emacs
changeset 102473:1fff65a4070f
* w32-vars.el (w32-list-proportional-fonts): Fix typos in last change.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 10 Mar 2009 23:48:31 +0000 |
parents | 58ec78703942 |
children | 10dc40769985 |
files | lisp/ChangeLog lisp/w32-vars.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Mar 10 15:57:34 2009 +0000 +++ b/lisp/ChangeLog Tue Mar 10 23:48:31 2009 +0000 @@ -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.
--- a/lisp/w32-vars.el Tue Mar 10 15:57:34 2009 +0000 +++ b/lisp/w32-vars.el Tue Mar 10 23:48:31 2009 +0000 @@ -42,7 +42,7 @@ (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."