summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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 462329d8772..9cf3be29566 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -260,7 +260,7 @@ sufficient position codes, return a generic character which stands for
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