From 1053cc931238ea78c55c1d8f34bd7944ef7ae070 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 23 Jan 2001 17:35:03 +0000 Subject: [PATCH] (make-coding-system): Fix typo. --- lisp/international/mule.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 87c16f9d363..3eddc32a25c 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -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) -- 2.39.2