diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-10-26 15:42:33 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-10-26 15:42:33 +0200 |
commit | 5430d39930cee884e1434f91452241c26ae48692 (patch) | |
tree | 273540dab98acef753b7426c298f984113c42a57 /lisp | |
parent | 3d0788a9a28c10b49217107b71d4ece9eee0f28d (diff) | |
download | emacs-5430d39930cee884e1434f91452241c26ae48692.tar.gz |
* 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')
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/term/w32-win.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 88248f00559..aa27ea3f97a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-10-26 Juanma Barranquero <lekktu@gmail.com> + + * term/w32-win.el (w32-default-color-map): Declare obsolete. + 2011-10-26 Michael Albinus <michael.albinus@gmx.de> * ido.el (ido-file-name-all-completions-1): Do not require diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index e4bf031d422..b7f2a69e77b 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") |