diff options
| author | Eli Zaretskii | 2008-08-23 17:28:57 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-08-23 17:28:57 +0000 |
| commit | 345b17bb32f9051aa9566f65fb6dc74ad6ff300d (patch) | |
| tree | 914f0f2805f8168af478e7b7a74e70ef1e5cfe52 | |
| parent | 293a3986b89b70f09cad122efa722fff01aaf069 (diff) | |
| download | emacs-345b17bb32f9051aa9566f65fb6dc74ad6ff300d.tar.gz emacs-345b17bb32f9051aa9566f65fb6dc74ad6ff300d.zip | |
(msdos-setup-keyboard) <msdos-setup-keyboard>: Add declare-function.
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/term/pc-win.el | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7e0ae3c770e..bf4504122ae 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2008-08-23 Eli Zaretskii <eliz@gnu.org> | 1 | 2008-08-23 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>: | ||
| 4 | Add declare-function. | ||
| 5 | |||
| 3 | * startup.el (command-line): Don't call tty-register-default-colors | 6 | * startup.el (command-line): Don't call tty-register-default-colors |
| 4 | if initial-window-system is `pc'. | 7 | if initial-window-system is `pc'. |
| 5 | 8 | ||
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 @@ | |||
| 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 | 49 | ||
| 49 | ;;; 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 |
| 50 | ;;; 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 |