]> code.delx.au - gnu-emacs/blobdiff - src/region-cache.h
(direct_output_for_insert): Set last_point_x properly.
[gnu-emacs] / src / region-cache.h
index b9f20fc4f589993314e05591dc2534b23694932d..e950bf05629bd9485fa810dcd5fabb796058fd01 100644 (file)
@@ -1,5 +1,5 @@
 /* Header file: Caching facts about regions of the buffer, for optimization.
-   Copyright (C) 1985, 1986, 1993 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1993, 1995 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -15,7 +15,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.  */
 
 
 /* This code was written by Jim Blandy <jimb@cs.oberlin.edu> to help