# HG changeset patch # User Karl Heuer # Date 767067305 0 # Node ID b5a68d0dd099f2575d8101fed2c9679fcfead8d4 # Parent 39895883bb2e945fbe0db7ccb1e4b714bcd27f05 Delete misplaced comment. diff -r 39895883bb2e -r b5a68d0dd099 lisp/files.el --- a/lisp/files.el Sat Apr 23 01:49:08 1994 +0000 +++ b/lisp/files.el Sat Apr 23 02:15:05 1994 +0000 @@ -316,8 +316,7 @@ (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."