diff lisp/mule/mule-init.el @ 82:6a378aca36af r20-0b91

Import from CVS: tag r20-0b91
author cvs
date Mon, 13 Aug 2007 09:07:36 +0200
parents 131b0175ea99
children cf808b4c4290
line wrap: on
line diff
--- a/lisp/mule/mule-init.el	Mon Aug 13 09:06:45 2007 +0200
+++ b/lisp/mule/mule-init.el	Mon Aug 13 09:07:36 2007 +0200
@@ -119,7 +119,10 @@
     ;; Translate remaining args on command line using pathname-coding-system
     (loop for arg in-ref command-line-args-left do
 	  (setf arg (decode-coding-string arg pathname-coding-system)))
-  
+
+    ;; rman seems to be incompatible with encoded text
+    (setq Manual-use-rosetta-man nil)
+    
     ;; Make sure ls -l output is readable by dired and encoded using
     ;; pathname-coding-system
     (add-hook