Mercurial > emacs
changeset 39684:c45a806848d2
*** empty log message ***
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Mon, 08 Oct 2001 08:39:21 +0000 |
parents | 03d7434d87b6 |
children | 39ebccb06546 |
files | src/ChangeLog src/keyboard.c |
diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Oct 08 08:08:08 2001 +0000 +++ b/src/ChangeLog Mon Oct 08 08:39:21 2001 +0000 @@ -1,3 +1,7 @@ +2001-10-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> + + * keyboard.c: Don't define min/max. + 2001-10-08 Gerd Moellmann <gerd@gnu.org> * xterm.c, xmenu.c, xfns.c, xdisp.c, window.c:
--- a/src/keyboard.c Mon Oct 08 08:08:08 2001 +0000 +++ b/src/keyboard.c Mon Oct 08 08:39:21 2001 +0000 @@ -696,9 +696,6 @@ 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. */