]> git.eshelyaron.com Git - emacs.git/commitdiff
(FRAMEP): Use the second definition whenever HAVE_MOUSE.
authorRichard M. Stallman <rms@gnu.org>
Thu, 10 Nov 1994 03:44:29 +0000 (03:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 10 Nov 1994 03:44:29 +0000 (03:44 +0000)
src/lisp.h

index e418e43d8b268e8a33cada1994666c0588c24be4..109e00097bda4038a0822764761e5066d45b6635 100644 (file)
@@ -747,7 +747,7 @@ typedef unsigned char UCHAR;
 #ifdef MULTI_FRAME
 #define FRAMEP(x) (XTYPE ((x)) == Lisp_Frame)
 #else
-#ifdef MSDOS
+#ifdef HAVE_MOUSE
 /* We could use this in the !MSDOS case also, but we prefer a compile-time
    error message in case FRAMEP is used.  */
 #define FRAMEP(x) (EQ (x, Fselected_frame ()))