From e9d167a70d87329d8f296d5b2348693607237605 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 10 Nov 1994 19:51:28 +0000 Subject: [PATCH] Fix comment associated with previous change. --- src/lisp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lisp.h b/src/lisp.h index 109e00097bd..23410ba2933 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -748,7 +748,7 @@ typedef unsigned char UCHAR; #define FRAMEP(x) (XTYPE ((x)) == Lisp_Frame) #else #ifdef HAVE_MOUSE -/* We could use this in the !MSDOS case also, but we prefer a compile-time +/* We could use this in the !HAVE_MOUSE case also, but we prefer a compile-time error message in case FRAMEP is used. */ #define FRAMEP(x) (EQ (x, Fselected_frame ())) #endif -- 2.39.5