comparison lisp/files.el @ 7036:b5a68d0dd099

Delete misplaced comment.
author Karl Heuer <kwzh@gnu.org>
date Sat, 23 Apr 1994 02:15:05 +0000
parents 9e51b51e8595
children 2b445c15563e
comparison
equal deleted inserted replaced
7035:39895883bb2e 7036:b5a68d0dd099
314 "Load the library named LIBRARY. 314 "Load the library named LIBRARY.
315 This is an interface to the function `load'." 315 This is an interface to the function `load'."
316 (interactive "sLoad library: ") 316 (interactive "sLoad library: ")
317 (load library)) 317 (load library))
318 318
319 ;; OTHER is the other file to be compared. 319 (defun file-local-copy (file &optional buffer)
320 (defun file-local-copy (file)
321 "Copy the file FILE into a temporary file on this machine. 320 "Copy the file FILE into a temporary file on this machine.
322 Returns the name of the local copy, or nil, if FILE is directly 321 Returns the name of the local copy, or nil, if FILE is directly
323 accessible." 322 accessible."
324 (let ((handler (find-file-name-handler file 'file-local-copy))) 323 (let ((handler (find-file-name-handler file 'file-local-copy)))
325 (if handler 324 (if handler