Mercurial > emacs
diff src/lisp.h @ 9880:e84476854b43
(FRAMEP): Use the second definition whenever HAVE_MOUSE.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 10 Nov 1994 03:44:29 +0000 |
| parents | c6270c781781 |
| children | 841621b2305f |
line wrap: on
line diff
--- 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 ()))
