# HG changeset patch # User Dave Love # Date 980271303 0 # Node ID 888971e7d606d81a64b86a62abf1db8d9b306ea2 # Parent 2e4bf60771eade64790c073bc49657d26ef43e80 (make-coding-system): Fix typo. diff -r 2e4bf60771ea -r 888971e7d606 lisp/international/mule.el --- a/lisp/international/mule.el Tue Jan 23 14:16:04 2001 +0000 +++ b/lisp/international/mule.el Tue Jan 23 17:35:03 2001 +0000 @@ -750,7 +750,7 @@ (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)