From: Pavel Janík Date: Mon, 8 Oct 2001 08:39:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~19648 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3fe81fdfd29e9d2d367076c3a323255e4aa3d6d4;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 4e5a211d82e..c4030bffbb6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-10-08 Pavel Jan,Bm(Bk + + * keyboard.c: Don't define min/max. + 2001-10-08 Gerd Moellmann * xterm.c, xmenu.c, xfns.c, xdisp.c, window.c: diff --git a/src/keyboard.c b/src/keyboard.c index b9b825e16b3..6319ca2ff64 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -696,9 +696,6 @@ static void any_kboard_state P_ ((void)); to support it. */ static int cannot_suspend; -#define min(a,b) ((a)<(b)?(a):(b)) -#define max(a,b) ((a)>(b)?(a):(b)) - /* Install the string STR as the beginning of the string of echoing, so that it serves as a prompt for the next character. Also start echoing. */