/[emacs]/emacs/lispref/files.texi
ViewVC logotype

Diff of /emacs/lispref/files.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.87 by jurta, Mon Oct 17 06:47:26 2005 UTC revision 1.88 by rms, Mon Nov 7 01:07:56 2005 UTC
# Line 2706  The operation for which certain handlers Line 2706  The operation for which certain handlers
2706  @end defvar  @end defvar
2707    
2708  @defun find-file-name-handler file operation  @defun find-file-name-handler file operation
2709  This function returns the handler function for file name @var{file}, or  This function returns the handler function for file name @var{file},
2710  @code{nil} if there is none.  The argument @var{operation} should be the  or @code{nil} if there is none.  The argument @var{operation} should
2711  operation to be performed on the file---the value you will pass to the  be the operation to be performed on the file---the value you will pass
2712  handler as its first argument when you call it.  The operation is needed  to the handler as its first argument when you call it.  If
2713  for comparison with @code{inhibit-file-name-operation}.  @var{operation} equals @code{inhibit-file-name-operation}, or if it is
2714    not found in the @code{operations} property of the handler, this
2715    function returns @code{nil}.
2716  @end defun  @end defun
2717    
2718  @defun file-local-copy filename  @defun file-local-copy filename

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26