]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_MENUS): Defined.
authorRichard M. Stallman <rms@gnu.org>
Mon, 25 Dec 1995 01:48:17 +0000 (01:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 25 Dec 1995 01:48:17 +0000 (01:48 +0000)
src/s/msdos.h

index 0e1187ddf9d56d72d9746c3d37d7220614f8938f..298499a5a71494a38bbf663955e64248847eac1f 100644 (file)
@@ -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