From 92f9269e400a02fee1d4ff63c863d14064192ac2 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 26 Aug 2008 02:55:41 +0000 Subject: [PATCH] (msdos-setup-keyboard): Fix declaration. --- lisp/term/pc-win.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el index 46b5b3abaca..87a37f31d88 100644 --- a/lisp/term/pc-win.el +++ b/lisp/term/pc-win.el @@ -45,7 +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") +(declare-function msdos-setup-keyboard "internal" (frame)) ;;; 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