# HG changeset patch # User Andreas Schwab # Date 1084190118 0 # Node ID 626bc3834cd310fd981f9e531b84d493b1947d56 # Parent 3834fb45a7409a62ca3d7551f21ac81548e0e2df (Frename_file): Remove extra argument in call to Fmake_symbolic_link. diff -r 3834fb45a740 -r 626bc3834cd3 src/fileio.c --- a/src/fileio.c Mon May 10 11:54:54 2004 +0000 +++ b/src/fileio.c Mon May 10 11:55:18 2004 +0000 @@ -1,5 +1,5 @@ /* File IO for GNU Emacs. - Copyright (C) 1985,86,87,88,93,94,95,96,97,98,99,2000,01,2003 + Copyright (C) 1985,86,87,88,93,94,95,96,97,98,99,2000,01,03,2004 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -2729,7 +2729,7 @@ symlink_target = Ffile_symlink_p (file); if (! NILP (symlink_target)) Fmake_symbolic_link (symlink_target, newname, - NILP (ok_if_already_exists) ? Qnil : Qt, Qt); + NILP (ok_if_already_exists) ? Qnil : Qt); else #endif Fcopy_file (file, newname,