Mercurial > emacs
comparison src/buffer.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 | 503af6aa135b |
| children | ef44bf38f456 |
comparison
equal
deleted
inserted
replaced
| 4695:32220a85d53b | 4696:1fc792473491 |
|---|---|
| 26 #ifndef MAXPATHLEN | 26 #ifndef MAXPATHLEN |
| 27 /* in 4.1, param.h fails to define this. */ | 27 /* in 4.1, param.h fails to define this. */ |
| 28 #define MAXPATHLEN 1024 | 28 #define MAXPATHLEN 1024 |
| 29 #endif /* not MAXPATHLEN */ | 29 #endif /* not MAXPATHLEN */ |
| 30 | 30 |
| 31 #include "config.h" | 31 #include <config.h> |
| 32 #include "lisp.h" | 32 #include "lisp.h" |
| 33 #include "intervals.h" | 33 #include "intervals.h" |
| 34 #include "window.h" | 34 #include "window.h" |
| 35 #include "commands.h" | 35 #include "commands.h" |
| 36 #include "buffer.h" | 36 #include "buffer.h" |
