]> git.eshelyaron.com Git - emacs.git/commitdiff
(PERDISPLAY, the_only_perdisplay, get_perdisplay):
authorKarl Heuer <kwzh@gnu.org>
Sat, 28 Jan 1995 01:43:53 +0000 (01:43 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 28 Jan 1995 01:43:53 +0000 (01:43 +0000)
Renamed from PERD, etc.  All uses changed.

src/lisp.h

index 005826f62c187a86cbe9ea0bbdd9669800497969..6debf2c785e72f4eb38096f2cc476205dae40910 100644 (file)
@@ -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)
 \f
 /* In a cons, the markbit of the car is the gc mark bit */