comparison src/fileio.c @ 108375:973b5bc5fcfe

Merge from emacs-23
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 08 May 2010 14:47:07 -0400
parents 261591829d04 c1fe9f79424a
children 0f1244b4539c
comparison
equal deleted inserted replaced
108374:f043f612f6da 108375:973b5bc5fcfe
297 return Qnil; 297 return Qnil;
298 } 298 }
299 299
300 /* Restore point, having saved it as a marker. */ 300 /* Restore point, having saved it as a marker. */
301 301
302 static Lisp_Object 302 Lisp_Object
303 restore_point_unwind (location) 303 restore_point_unwind (location)
304 Lisp_Object location; 304 Lisp_Object location;
305 { 305 {
306 Fgoto_char (location); 306 Fgoto_char (location);
307 Fset_marker (location, Qnil, Qnil); 307 Fset_marker (location, Qnil, Qnil);