From: Richard M. Stallman Date: Mon, 25 Dec 1995 01:48:17 +0000 (+0000) Subject: (HAVE_MENUS): Defined. X-Git-Tag: emacs-19.34~2011 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=61c88d95bd1133255fa3564e3081dec5ec2bf9f0;p=emacs.git (HAVE_MENUS): Defined. --- diff --git a/src/s/msdos.h b/src/s/msdos.h index 0e1187ddf9d..298499a5a71 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h @@ -223,6 +223,9 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ /* We have (the code to control) a mouse. */ #define HAVE_MOUSE +/* We canuse mouse menus. */ +#define HAVE_MENUS + /* We have support for faces. */ #define HAVE_FACES