changeset 7036:b5a68d0dd099

Delete misplaced comment.
author Karl Heuer <kwzh@gnu.org>
date Sat, 23 Apr 1994 02:15:05 +0000
parents 39895883bb2e
children c205795eecc6
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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."