diff src/fileio.c @ 108361:c1fe9f79424a

Fix for Bug#5984. * composite.c (autocmp_chars): Save point as marker before calling auto-composition-function. * lisp.h (restore_point_unwind): Add prototype. * fileio.c (restore_point_unwind): Remove static attribute.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 30 Apr 2010 12:00:48 -0400
parents fddcde0a4c70
children 973b5bc5fcfe 25ce072b5bd9
line wrap: on
line diff
--- a/src/fileio.c	Wed Apr 28 21:38:12 2010 -0500
+++ b/src/fileio.c	Fri Apr 30 12:00:48 2010 -0400
@@ -302,7 +302,7 @@
 
 /* Restore point, having saved it as a marker.  */
 
-static Lisp_Object
+Lisp_Object
 restore_point_unwind (location)
      Lisp_Object location;
 {