Closing parens were missing.
authorshuhei-k <shuhei-k>
Sat, 29 Aug 1998 13:54:59 +0000 (13:54 +0000)
committershuhei-k <shuhei-k>
Sat, 29 Aug 1998 13:54:59 +0000 (13:54 +0000)
emu-mule.el

index 6a3e853..8b74e36 100644 (file)
@@ -98,7 +98,7 @@
   (if coding-system
       (code-convert-string str *internal* coding-system)
     ;;(code-convert-string str *internal* nil) returns nil instead of str.
-    str)
+    str))
 
 ;; XXX: Should we support optional NOCOPY argument? (only in Emacs 20.x)
 (defun decode-coding-string (str coding-system)
                                 coding-system *internal*))))
          (setq len (1- len)))
        (concat ret (substring str len)))
-    str)
+    str))
 
 (defalias 'detect-coding-region 'code-detect-region)