From b47a0d6d5404541fde271e9466dfe19514a5643c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 5 Jan 2020 12:37:36 -0800 Subject: [PATCH] ; Fix typo in previous patch. --- lisp/international/titdic-cnv.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/titdic-cnv.el b/lisp/international/titdic-cnv.el index 02d1e2a3fcf..eec20ee3294 100644 --- a/lisp/international/titdic-cnv.el +++ b/lisp/international/titdic-cnv.el @@ -736,7 +736,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\"." ;; input method is for inputting Big5 characters. Otherwise the input ;; method is for inputting CNS characters. -(defun tsang-quick-converter (dicbuf name title tsang-p big5-p) +(defun tsang-quick-converter (dicbuf tsang-p big5-p) (let ((fulltitle (if tsang-p (if big5-p "$(06AQo(B" "$(GT?on(B") (if big5-p "$(0X|/y(B" "$(Gv|Mx(B"))) dic) -- 2.39.5