comparison src/fileio.c @ 90375:e6bf73e43cf4

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-49 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 164-184) - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: man/mh-e.texi (Folders): Various edits. - Update from erc--emacs--0 * gnus--rel--5.10 (patch 62-70) - Merge from emacs--devo--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Tue, 28 Mar 2006 23:08:20 +0000
parents 8a1ee48a8386 df847a0b85d2
children bcc2042feec2
comparison
equal deleted inserted replaced
90374:cf65b3d033bb 90375:e6bf73e43cf4
4972 error ("Cannot do file visiting in an indirect buffer"); 4972 error ("Cannot do file visiting in an indirect buffer");
4973 4973
4974 if (!NILP (start) && !STRINGP (start)) 4974 if (!NILP (start) && !STRINGP (start))
4975 validate_region (&start, &end); 4975 validate_region (&start, &end);
4976 4976
4977 visit_file = Qnil;
4977 GCPRO5 (start, filename, visit, visit_file, lockname); 4978 GCPRO5 (start, filename, visit, visit_file, lockname);
4978 4979
4979 filename = Fexpand_file_name (filename, Qnil); 4980 filename = Fexpand_file_name (filename, Qnil);
4980 4981
4981 if (!NILP (mustbenew) && !EQ (mustbenew, Qexcl)) 4982 if (!NILP (mustbenew) && !EQ (mustbenew, Qexcl))