Mercurial > emacs
changeset 9885:841621b2305f
Fix comment associated with previous change.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 10 Nov 1994 19:51:28 +0000 |
parents | cede2b87231a |
children | f54af6fe889e |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Thu Nov 10 18:51:12 1994 +0000 +++ b/src/lisp.h Thu Nov 10 19:51:28 1994 +0000 @@ -748,7 +748,7 @@ #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