X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/07976ae3b816dea4fd541bbba862603d3132eb2c..b13995dbbdab5254bc77ad5ed7318db9797be321:/src/region-cache.h diff --git a/src/region-cache.h b/src/region-cache.h index e99eac90c8..ea767ed0dc 100644 --- a/src/region-cache.h +++ b/src/region-cache.h @@ -1,6 +1,7 @@ /* Header file: Caching facts about regions of the buffer, for optimization. - Copyright (C) 1985, 1986, 1993, 1995, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + +Copyright (C) 1985-1986, 1993, 1995, 2001-2011 + Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -109,6 +110,3 @@ extern int region_cache_backward (struct buffer *BUF, struct region_cache *CACHE, EMACS_INT POS, EMACS_INT *NEXT); - -/* arch-tag: 70f79125-ef22-4f58-9aec-a48ca2791435 - (do not change this comment) */