changeset 10576:430b6b0e14b2

(PERDISPLAY, the_only_perdisplay, get_perdisplay): Renamed from PERD, etc. All uses changed.
author Karl Heuer <kwzh@gnu.org>
date Sat, 28 Jan 1995 01:43:53 +0000
parents dfead4d0949c
children 310503142301
files src/lisp.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/lisp.h	Sat Jan 28 01:41:07 1995 +0000
+++ b/src/lisp.h	Sat Jan 28 01:43:53 1995 +0000
@@ -520,9 +520,9 @@
     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 */