Mercurial > emacs
changeset 3525:58e789baa27a
Include lisp.h earlier (before termhooks.h).
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 06 Jun 1993 21:16:51 +0000 |
parents | bedf7049667a |
children | ac5c322cea84 |
files | src/dispnew.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispnew.c Sun Jun 06 21:13:16 1993 +0000 +++ b/src/dispnew.c Sun Jun 06 21:16:51 1993 +0000 @@ -24,11 +24,11 @@ #include <stdio.h> #include <ctype.h> +#include "lisp.h" #include "termchar.h" #include "termopts.h" #include "termhooks.h" #include "cm.h" -#include "lisp.h" #include "dispextern.h" #include "buffer.h" #include "frame.h"