Mercurial > emacs
comparison src/macros.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 | e94a593c3952 |
children | 9ba3f17d6631 |
comparison
equal
deleted
inserted
replaced
4695:32220a85d53b | 4696:1fc792473491 |
---|---|
16 You should have received a copy of the GNU General Public License | 16 You should have received a copy of the GNU General Public License |
17 along with GNU Emacs; see the file COPYING. If not, write to | 17 along with GNU Emacs; see the file COPYING. If not, write to |
18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
19 | 19 |
20 | 20 |
21 #include "config.h" | 21 #include <config.h> |
22 #include "lisp.h" | 22 #include "lisp.h" |
23 #include "macros.h" | 23 #include "macros.h" |
24 #include "commands.h" | 24 #include "commands.h" |
25 #include "buffer.h" | 25 #include "buffer.h" |
26 #include "window.h" | 26 #include "window.h" |