From 345b17bb32f9051aa9566f65fb6dc74ad6ff300d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 23 Aug 2008 17:28:57 +0000 Subject: [PATCH] (msdos-setup-keyboard) : Add declare-function. --- lisp/ChangeLog | 3 +++ lisp/term/pc-win.el | 1 + 2 files changed, 4 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7e0ae3c770e..bf4504122ae 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2008-08-23 Eli Zaretskii + * term/pc-win.el (msdos-setup-keyboard) : + Add declare-function. + * startup.el (command-line): Don't call tty-register-default-colors if initial-window-system is `pc'. diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el index 3fcada3c973..46b5b3abaca 100644 --- a/lisp/term/pc-win.el +++ b/lisp/term/pc-win.el @@ -45,6 +45,7 @@ (declare-function msdos-remember-default-colors "msdos.c") (declare-function w16-set-clipboard-data "w16select.c") (declare-function w16-get-clipboard-data "w16select.c") +(declare-function msdos-setup-keyboard "term/internal.el") ;;; This was copied from etc/rgb.txt, except that some values were changed ;;; a bit to make them consistent with DOS console colors, and the RGB -- 2.39.5