From: Karl Heuer Date: Sat, 28 Jan 1995 01:43:53 +0000 (+0000) Subject: (PERDISPLAY, the_only_perdisplay, get_perdisplay): X-Git-Tag: emacs-19.34~5282 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b408f510de9ffea5a47aa2e26520bd6a90959b9e;p=emacs.git (PERDISPLAY, the_only_perdisplay, get_perdisplay): Renamed from PERD, etc. All uses changed. --- 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 */