The symbol 'directory-files' is not defined in the handler alist,
despite the code being written.

This fixes that. Against v1.157.

        Daniel

diff -ubNr --exclude=*~ /home/daniel/.xemacs/rcp.kai/lisp/rcp.el /home/daniel/.xemacs/rcp/lisp/rcp.el
--- /home/daniel/.xemacs/rcp.kai/lisp/rcp.el	Mon Oct 11 06:11:21 1999
+++ /home/daniel/.xemacs/rcp/lisp/rcp.el	Mon Oct 11 16:06:17 1999
@@ -720,6 +720,7 @@
     (file-writable-p . rcp-handle-file-writable-p)
     (file-attributes . rcp-handle-file-attributes)
     (file-directory-files . rcp-handle-file-directory-files)
+    (directory-files . rcp-handle-directory-files)
     (file-name-all-completions . rcp-handle-file-name-all-completions)
     (file-name-completion . rcp-handle-file-name-completion)
     (add-name-to-file . rcp-handle-add-name-to-file)

-- 
Life is about not knowing, having to change, taking the moment and making the
best of it, without knowing what's going to happen next. Delicious ambiguity.
        -- Gilda Radner

Reply via email to