diff options
| author | Dave Love | 2001-01-23 17:35:03 +0000 |
|---|---|---|
| committer | Dave Love | 2001-01-23 17:35:03 +0000 |
| commit | 1053cc931238ea78c55c1d8f34bd7944ef7ae070 (patch) | |
| tree | 44153a503ebb9bd955f9a0f4d0663c227f129468 | |
| parent | 18a349f597c6d21794c58d1366e3b131f5552075 (diff) | |
| download | emacs-1053cc931238ea78c55c1d8f34bd7944ef7ae070.tar.gz emacs-1053cc931238ea78c55c1d8f34bd7944ef7ae070.zip | |
(make-coding-system): Fix typo.
| -rw-r--r-- | lisp/international/mule.el | 2 |
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) |