aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2009-03-10 23:48:31 +0000
committerJuanma Barranquero2009-03-10 23:48:31 +0000
commit7679cfc8a436185e2ad95c7f6a900d1431714434 (patch)
treeb5ca394f16caf90b5b37cbac0165f3003170ec92
parent86dca3e8ba4e8e37defe2a121f1e170ca9a1e93f (diff)
downloademacs-7679cfc8a436185e2ad95c7f6a900d1431714434.tar.gz
emacs-7679cfc8a436185e2ad95c7f6a900d1431714434.zip
* w32-vars.el (w32-list-proportional-fonts): Fix typos in last change.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/w32-vars.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 697dbfe9ece..0ddae1d7cb9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12009-03-10 Juanma Barranquero <lekktu@gmail.com>
2
3 * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change.
4
12009-03-10 Jason Rumney <jasonr@gnu.org> 52009-03-10 Jason Rumney <jasonr@gnu.org>
2 6
3 * w32-vars.el (w32-list-proportional-fonts): Make obsolete. 7 * 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."
42 42
43(defvar w32-list-proportional-fonts nil 43(defvar w32-list-proportional-fonts nil
44 "Include proportional fonts in the default font dialog.") 44 "Include proportional fonts in the default font dialog.")
45(make-obsolete-variable w32-list-proportional-fonts "No longer used" "23.1") 45(make-obsolete-variable 'w32-list-proportional-fonts "no longer used." "23.1")
46 46
47(defcustom w32-allow-system-shell nil 47(defcustom w32-allow-system-shell nil
48 "Disable startup warning when using \"system\" shells." 48 "Disable startup warning when using \"system\" shells."