aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-02-17 20:05:33 +0000
committerRichard M. Stallman1994-02-17 20:05:33 +0000
commit489847162dfde6d4f689246d15171b22c1c1e04c (patch)
treeda7e61daf432374987af6f873a99db9879550ed0 /src
parent9e65ad7779a764eb19ec9920184e4ad1dad30891 (diff)
downloademacs-489847162dfde6d4f689246d15171b22c1c1e04c.tar.gz
emacs-489847162dfde6d4f689246d15171b22c1c1e04c.zip
Use <...> for config.h.
Diffstat (limited to 'src')
-rw-r--r--src/dosfns.c2
-rw-r--r--src/msdos.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/dosfns.c b/src/dosfns.c
index 82af5adb9c2..60ed6ae7f07 100644
--- a/src/dosfns.c
+++ b/src/dosfns.c
@@ -19,7 +19,7 @@ along with GNU Emacs; see the file COPYING. If not, write to
19the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 19the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
20 20
21 21
22#include "config.h" 22#include <config.h>
23 23
24#ifdef MSDOS 24#ifdef MSDOS
25/* The entire file is within this conditional */ 25/* The entire file is within this conditional */
diff --git a/src/msdos.c b/src/msdos.c
index d0937cf763b..cafd6df1fe0 100644
--- a/src/msdos.c
+++ b/src/msdos.c
@@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
19 19
20/* Note: some of the stuff here was taken from end of sysdep.c in demacs. */ 20/* Note: some of the stuff here was taken from end of sysdep.c in demacs. */
21 21
22#include "config.h" 22#include <config.h>
23 23
24#ifdef MSDOS 24#ifdef MSDOS
25#include "lisp.h" 25#include "lisp.h"