]> code.delx.au - gnu-emacs/blobdiff - src/bytecode.c
Line breaking change.
[gnu-emacs] / src / bytecode.c
index 904fd2e16aebae385f637102c31e2056e77d090e..0b8d0cee0499d3fb185f2daab6e805add972754e 100644 (file)
@@ -1,5 +1,5 @@
 /* Execution of byte code produced by bytecomp.el.
-   Copyright (C) 1985, 1986, 1987, 1988, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1987, 1988, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -32,7 +32,7 @@ by Hallvard:
   o  all conditionals now only do QUIT if they jump.
  */
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "buffer.h"
 #include "syntax.h"