changeset 34123:3c1b837399d9

(make-char): Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 02 Dec 2000 16:06:04 +0000
parents c42bb7d4437b
children f76878ae08c1
files lisp/international/mule.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule.el	Sat Dec 02 15:48:44 2000 +0000
+++ b/lisp/international/mule.el	Sat Dec 02 16:06:04 2000 +0000
@@ -260,7 +260,7 @@
 all characters or group of characters in the character set.
 A generic character can be used to index a char table (e.g. syntax-table).
 If CODE1 or CODE2 are invalid (out of range), this function signals an error."
-  (make-char-internal (charset-id charset) c1 c2))
+  (make-char-internal (charset-id charset) code1 code2))
 
 (put 'make-char 'byte-compile
      (function