aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/w32-vars.el7
2 files changed, 7 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 21706156689..697dbfe9ece 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12009-03-10 Jason Rumney <jasonr@gnu.org>
2
3 * w32-vars.el (w32-list-proportional-fonts): Make obsolete.
4
12009-03-10 Stefan Monnier <monnier@iro.umontreal.ca> 52009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * server.el (server-process-filter): Use expand-file-name rather than 7 * server.el (server-process-filter): Use expand-file-name rather than
diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el
index 97a8758c46d..0fb1e8c8fba 100644
--- a/lisp/w32-vars.el
+++ b/lisp/w32-vars.el
@@ -40,10 +40,9 @@ X does. See `w32-fixed-font-alist' for the font menu definition."
40 :type 'boolean 40 :type 'boolean
41 :group 'w32) 41 :group 'w32)
42 42
43(defcustom 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 :type 'boolean 45(make-obsolete-variable w32-list-proportional-fonts "No longer used" "23.1")
46 :group 'w32)
47 46
48(defcustom w32-allow-system-shell nil 47(defcustom w32-allow-system-shell nil
49 "Disable startup warning when using \"system\" shells." 48 "Disable startup warning when using \"system\" shells."