From 7679cfc8a436185e2ad95c7f6a900d1431714434 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 10 Mar 2009 23:48:31 +0000 Subject: [PATCH] * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change. --- lisp/ChangeLog | 4 ++++ lisp/w32-vars.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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." -- 2.39.5