]> code.delx.au - gnu-emacs/blobdiff - src/region-cache.c
Fix two typos.
[gnu-emacs] / src / region-cache.c
index b852e2ae7a7d532c4cb570f0e0dab7f42e0e1ba6..7f37fddc3c38f99a94983dc56ac407a2ad760543 100644 (file)
@@ -1,5 +1,5 @@
 /* Caching facts about regions of the buffer, for optimization.
-   Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993
+   Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1995
        Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -16,7 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 #include <config.h>