+2001-11-17 Richard M. Stallman <rms@gnu.org>
+
+ * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
+
2001-11-17 Jason Rumney <jasonr@gnu.org>
* xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
#endif /* VMS */
Lisp_Object handler;
Lisp_Object visit_file;
- Lisp_Object annotations = Qnil;
+ Lisp_Object annotations;
Lisp_Object encoded_filename;
int visiting = (EQ (visit, Qt) || STRINGP (visit));
int quietly = !NILP (visit);
if (NILP (lockname))
lockname = visit_file;
+ annotations = Qnil;
+
GCPRO5 (start, filename, annotations, visit_file, lockname);
/* If the file name has special constructs in it,