Re: Using efs-1.6 and FSF Emacs 19.23 (and 24?)

Ishikawa Ichiro (ichiro@ccsr.u-tokyo.ac.jp)
Wed, 01 Jun 1994 09:03:44 +0900


>>>>> On 01 Jun 1994 02:10:00 JST, "hamish (h.i.) macdonald" <hamish@bnr.ca> said:
h.i.> After applying the following patch to efs-1.6/efs-19.el, I was able to
h.i.> use efs-1.6 with FSF Emacs 19.23.  I assume that the same patch will
h.i.> be required for 19.24.  

I have applied this patch, and tried to chmod. I can chmod, but then my
Emacs 19.24 signalled the following error.

  (wrong-number-of-arguments #<subr find-file-name-handler> 1)

The following seems to be where the error occurred, but I don't know how
to fix it.

(defun dired-uncache (file dir-p)
  ;; Remove directory DIR from any directory cache.
  ;; If DIR-P is non-nil, then FILE is a directory
  (let ((handler (find-file-name-handler file)))
    (if handler
	(funcall handler 'dired-uncache file dir-p))))
--
Ichiro Ishikawa 
Center for Climate System Research, 
Univ. Tokyo, JAPAN
Email: ichiro@ccsr.u-tokyo.ac.jp