From: Eli Zaretskii Date: Mon, 31 Jul 2000 06:45:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~2542 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=da288c1402ad49d7e78169e34a7a779d1df5bed8;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 228e5045b34..f2f62365838 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -4,6 +4,9 @@ environment, for the case that child_setup signals an error. When mirroring slashes in DOS shell commands, don't fail when argv[2] has embedded blanks. + (Fmsdos_set_mouse_buttons, mouse_setup_buttons): New functions. + (syms_of_msdos): Defsubr Fmsdos_set_mouse_buttons. + (dos_ttraw): Call mouse_setup_buttons. * callproc.c (child_setup) [MSDOS]: malloc pwd_var instead of using alloca; free it after run_msdos_command returns.