From b408f510de9ffea5a47aa2e26520bd6a90959b9e Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 28 Jan 1995 01:43:53 +0000 Subject: [PATCH] (PERDISPLAY, the_only_perdisplay, get_perdisplay): Renamed from PERD, etc. All uses changed. --- src/lisp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lisp.h b/src/lisp.h index 005826f62c1..6debf2c785e 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -520,9 +520,9 @@ typedef struct int echo_after_prompt; char *echoptr; char echobuf[300]; - } PERD; -extern PERD the_only_perd; -#define get_perd(f) (&the_only_perd) + } PERDISPLAY; +extern PERDISPLAY the_only_perdisplay; +#define get_perdisplay(f) (&the_only_perdisplay) /* In a cons, the markbit of the car is the gc mark bit */ -- 2.39.5