]> code.delx.au - gnu-emacs/blobdiff - src/cmds.c
Remove obsolete configuration options (Windows port).
[gnu-emacs] / src / cmds.c
index 3d43c2447adfaba68401321b241bb82c03bf40d1..d617c7f81d9b7eeff9a8bc2f2bb3c71d7e4a09af 100644 (file)
@@ -1,6 +1,6 @@
 /* Simple built-in editing commands.
 
-Copyright (C) 1985, 1993-1998, 2001-2011  Free Software Foundation, Inc.
+Copyright (C) 1985, 1993-1998, 2001-2012  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -22,8 +22,8 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <setjmp.h>
 #include "lisp.h"
 #include "commands.h"
-#include "buffer.h"
 #include "character.h"
+#include "buffer.h"
 #include "syntax.h"
 #include "window.h"
 #include "keyboard.h"