Skip to content

Commit b47a0d6

Browse files
committed
; Fix typo in previous patch.
1 parent 3fc859d commit b47a0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/international/titdic-cnv.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\"."
736736
;; input method is for inputting Big5 characters. Otherwise the input
737737
;; method is for inputting CNS characters.
738738

739-
(defun tsang-quick-converter (dicbuf name title tsang-p big5-p)
739+
(defun tsang-quick-converter (dicbuf tsang-p big5-p)
740740
(let ((fulltitle (if tsang-p (if big5-p "$(06AQo(B" "$(GT?on(B")
741741
(if big5-p "$(0X|/y(B" "$(Gv|Mx(B")))
742742
dic)

0 commit comments

Comments
 (0)