Dired 7.5 bug: a bug in dired-uu

Ishikawa Ichiro (ichiro@ccsr.u-tokyo.ac.jp)
Fri, 16 Sep 1994 09:25:52 +0900


The following is a patch to dired-uu.el.

diff -aruN /home/acc1/ichiro/lib/mule2/lisp/dired-uu.el~ /home/acc1/ichiro/lib/mule2/lisp/dired-uu.el
--- /home/acc1/ichiro/lib/mule2/lisp/dired-uu.el~	Fri Sep 16 09:23:48 1994
+++ /home/acc1/ichiro/lib/mule2/lisp/dired-uu.el	Fri Sep 16 09:23:48 1994
@@ -19,7 +19,7 @@
 (defun dired-uucode-file (file ok-flag)
   ;; uuencode or uudecode FILE.
   ;; Don't really support the ok-flag, but needed for compatibility
-  (let ((handler (find-file-name-handler file)))
+  (let ((handler (find-file-name-handler file 'dired-uucode-file)))
     (cond (handler
 	   (funcall handler 'dired-uucode-file file ok-flag))
 	  ((or (file-symlink-p file) (file-directory-p file))

Emacs  : GNU Emacs 19.25.4 of Mon Aug 22 1994 on acc1 (sparc-sun-sunos4.1)
Package: Dired
--
Ishikawa Ichiro (ichiro@ccsr.u-tokyo.ac.jp)
Center for Climate System Research, 
University of Tokyo, JAPAN