Mercurial > emacs
diff src/textprop.c @ 4696:1fc792473491
Include <config.h> instead of "config.h".
| author | Roland McGrath <roland@gnu.org> |
|---|---|
| date | Fri, 10 Sep 1993 06:15:46 +0000 |
| parents | 8b11bee2bcb4 |
| children | 4dd43e41207a |
line wrap: on
line diff
--- a/src/textprop.c Fri Sep 10 06:08:27 1993 +0000 +++ b/src/textprop.c Fri Sep 10 06:15:46 1993 +0000 @@ -17,7 +17,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" +#include <config.h> #include "lisp.h" #include "intervals.h" #include "buffer.h"
