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:
parent
32c82ac0a1
commit
3fe81fdfd2
2 changed files with 4 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue