diff lisp/mule/mule-init.el @ 120:cca96a509cfe r20-1b12

Import from CVS: tag r20-1b12
author cvs
date Mon, 13 Aug 2007 09:25:29 +0200
parents fe104dbd9147
children 43dd3413c7c7
line wrap: on
line diff
--- a/lisp/mule/mule-init.el	Mon Aug 13 09:24:19 2007 +0200
+++ b/lisp/mule/mule-init.el	Mon Aug 13 09:25:29 2007 +0200
@@ -128,10 +128,6 @@
     (add-hook
      'dired-mode-hook
      (lambda ()
-       (make-local-variable 'process-output-coding-system)
-       (make-local-variable 'process-input-coding-system)
-       (setq process-output-coding-system pathname-coding-system)
-       (setq process-input-coding-system  pathname-coding-system)
        (make-local-variable 'process-environment)
        (setenv "LC_MESSAGES" "C")
        (setenv "LC_TIME"     "C"))))