aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2011-10-26 15:42:33 +0200
committerJuanma Barranquero <[email protected]>2011-10-26 15:42:33 +0200
commit5430d39930cee884e1434f91452241c26ae48692 (patch)
tree273540dab98acef753b7426c298f984113c42a57 /lisp/term
parent3d0788a9a28c10b49217107b71d4ece9eee0f28d (diff)
* lisp/term/w32-win.el (w32-default-color-map): Declare obsolete.
* src/w32fns.c (w32_default_color_map): New function, extracted from Fw32_default_color_map. (Fw32_default_color_map, Fx_open_connection): Use it.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/w32-win.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el
index e4bf031d42..b7f2a69e77 100644
--- a/lisp/term/w32-win.el
+++ b/lisp/term/w32-win.el
@@ -85,6 +85,7 @@
(define-obsolete-function-alias 'w32-select-font 'x-select-font "23.1")
(defvar w32-color-map) ;; defined in w32fns.c
+(make-obsolete 'w32-default-color-map nil "24.1")
(declare-function w32-send-sys-command "w32fns.c")
(declare-function set-message-beep "w32console.c")