changeset 35491:888971e7d606

(make-coding-system): Fix typo.
author Dave Love <fx@gnu.org>
date Tue, 23 Jan 2001 17:35:03 +0000
parents 2e4bf60771ea
children 7fffa9be108a
files lisp/international/mule.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)