mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-02 08:22:22 +00:00
(msdos-setup-keyboard): Fix declaration.
This commit is contained in:
parent
717558078c
commit
92f9269e40
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user