# HG changeset patch # User Richard M. Stallman # Date 784439069 0 # Node ID e84476854b4346e79c16fd44d1b9e9af48e96704 # Parent f54857d6c2f75386f4528053a2cd15552836e6af (FRAMEP): Use the second definition whenever HAVE_MOUSE. diff -r f54857d6c2f7 -r e84476854b43 src/lisp.h --- a/src/lisp.h Thu Nov 10 03:18:44 1994 +0000 +++ b/src/lisp.h Thu Nov 10 03:44:29 1994 +0000 @@ -747,7 +747,7 @@ #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 ()))