diff options
| author | Glenn Morris | 2008-08-26 02:55:41 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-08-26 02:55:41 +0000 |
| commit | 92f9269e400a02fee1d4ff63c863d14064192ac2 (patch) | |
| tree | 0f46871f7eab0c085d4be0d90525834946c2450e | |
| parent | 717558078c66fac9f103be6b9eb4399b7a692af4 (diff) | |
| download | emacs-92f9269e400a02fee1d4ff63c863d14064192ac2.tar.gz emacs-92f9269e400a02fee1d4ff63c863d14064192ac2.zip | |
(msdos-setup-keyboard): Fix declaration.
| -rw-r--r-- | lisp/term/pc-win.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 45 | (declare-function msdos-remember-default-colors "msdos.c") | 45 | (declare-function msdos-remember-default-colors "msdos.c") |
| 46 | (declare-function w16-set-clipboard-data "w16select.c") | 46 | (declare-function w16-set-clipboard-data "w16select.c") |
| 47 | (declare-function w16-get-clipboard-data "w16select.c") | 47 | (declare-function w16-get-clipboard-data "w16select.c") |
| 48 | (declare-function msdos-setup-keyboard "term/internal.el") | 48 | (declare-function msdos-setup-keyboard "internal" (frame)) |
| 49 | 49 | ||
| 50 | ;;; This was copied from etc/rgb.txt, except that some values were changed | 50 | ;;; This was copied from etc/rgb.txt, except that some values were changed |
| 51 | ;;; a bit to make them consistent with DOS console colors, and the RGB | 51 | ;;; a bit to make them consistent with DOS console colors, and the RGB |