1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 23:40:39 -08:00

*** empty log message ***

This commit is contained in:
Pavel Janík 2001-10-08 08:39:21 +00:00
parent 32c82ac0a1
commit 3fe81fdfd2
2 changed files with 4 additions and 3 deletions

View file

@ -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:

View file

@ -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. */