]> git.eshelyaron.com Git - emacs.git/commitdiff
(make-coding-system): Fix typo.
authorDave Love <fx@gnu.org>
Tue, 23 Jan 2001 17:35:03 +0000 (17:35 +0000)
committerDave Love <fx@gnu.org>
Tue, 23 Jan 2001 17:35:03 +0000 (17:35 +0000)
lisp/international/mule.el

index 87c16f9d3630b508419a9424c5a564b040846ead..3eddc32a25c583829adac00edcd44c89404c6445 100644 (file)
@@ -750,7 +750,7 @@ a value of `safe-charsets' in PLIST."
       (let ((args (transform-make-coding-system-args coding-system type
                                                     mnemonic doc-string)))
        (setq coding-system (car args)
-             type (nth 1 nargs)
+             type (nth 1 args)
              mnemonic (nth 2 args)
              doc-string (nth 3 args)
              flags (nth 4 args)