Mercurial > emacs
diff src/lisp.h @ 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 | 79848fcf723b |
| children | 2a05710649fc |
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 */
