changeset 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 f54857d6c2f7
children 02cd4dde69e1
files src/lisp.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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 ()))