]> git.eshelyaron.com Git - emacs.git/commitdiff
(create-fontset-from-fontset-spec): Give correct arg to `error'.
authorKenichi Handa <handa@m17n.org>
Fri, 6 Nov 1998 10:59:09 +0000 (10:59 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 6 Nov 1998 10:59:09 +0000 (10:59 +0000)
lisp/international/fontset.el

index 1d53cad219b37054c046a61d31c4635a6a9a75c9..697ad1508cbad60cdd0b751e6388329c48a6b8ec 100644 (file)
@@ -473,7 +473,7 @@ It returns a name of the created fontset."
        fontlist full-fontlist ascii-font resolved-ascii-font charset)
     (if (query-fontset name)
        (or noerror 
-           (error "Fontset \"%s\" already exists"))
+           (error "Fontset \"%s\" already exists" name))
       ;; At first, extract pairs of charset and fontname from FONTSET-SPEC.
       (while (string-match "[, \t\n]*\\([^:]+\\):\\([^,]+\\)" fontset-spec idx)
        (setq idx (match-end 0))