aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/international/mule.el2
1 files changed, 1 insertions, 1 deletions
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."
750 (let ((args (transform-make-coding-system-args coding-system type 750 (let ((args (transform-make-coding-system-args coding-system type
751 mnemonic doc-string))) 751 mnemonic doc-string)))
752 (setq coding-system (car args) 752 (setq coding-system (car args)
753 type (nth 1 nargs) 753 type (nth 1 args)
754 mnemonic (nth 2 args) 754 mnemonic (nth 2 args)
755 doc-string (nth 3 args) 755 doc-string (nth 3 args)
756 flags (nth 4 args) 756 flags (nth 4 args)