diff src/buffer.c @ 112228:417b1e4d63cd

Merge from emacs-23
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 14 Jan 2011 12:18:41 -0500
parents ac49e05bfcf2 376148b31b5e
children 61f7601898b1 17e0028efc29
line wrap: on
line diff
--- a/src/buffer.c	Fri Jan 14 16:06:17 2011 +0100
+++ b/src/buffer.c	Fri Jan 14 12:18:41 2011 -0500
@@ -1,8 +1,8 @@
 /* Buffer manipulation primitives for GNU Emacs.
-
-Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1994, 1995, 1997,
-  1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-  2009, 2010  Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1994,
+                 1995, 1997, 1998, 1999, 2000, 2001, 2002,
+                 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+                 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.