From: Karl Heuer Date: Thu, 10 Nov 1994 19:51:28 +0000 (+0000) Subject: Fix comment associated with previous change. X-Git-Tag: emacs-19.34~5970 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9d167a70d87329d8f296d5b2348693607237605;p=emacs.git Fix comment associated with previous change. --- 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