Delete misplaced comment.
authorKarl Heuer <kwzh@gnu.org>
Sat, 23 Apr 1994 02:15:05 +0000 (02:15 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 23 Apr 1994 02:15:05 +0000 (02:15 +0000)
lisp/files.el

index 518515a..1bba1ef 100644 (file)
@@ -316,8 +316,7 @@ This is an interface to the function `load'."
   (interactive "sLoad library: ")
   (load library))
 
-;; OTHER is the other file to be compared.
-(defun file-local-copy (file)
+(defun file-local-copy (file &optional buffer)
   "Copy the file FILE into a temporary file on this machine.
 Returns the name of the local copy, or nil, if FILE is directly
 accessible."