# HG changeset patch # User Kenichi Handa # Date 1039077554 0 # Node ID 12b6e8b2db2f25c07830f723febc348563bc2c47 # Parent 283c56c876e2e0940cbb1272286461655ff5d5b1 (quail-misc-package-ext-info): Remove duplicate entry for chinese-b5-quick. (batch-miscdic-convert): Don't try to call miscdic-convert on files in the directory just following the arg "-dir". diff -r 283c56c876e2 -r 12b6e8b2db2f lisp/international/titdic-cnv.el --- a/lisp/international/titdic-cnv.el Thu Dec 05 08:38:41 2002 +0000 +++ b/lisp/international/titdic-cnv.el Thu Dec 05 08:39:14 2002 +0000 @@ -667,16 +667,6 @@ ;; CCE; see the file COPYING. If not, write to the Free Software Foundation, ;; 675 Mass Ave, Cambridge, MA 02139, USA.") - ("chinese-b5-quick" "$(0X|(BB" - "cangjie-table.b5" big5 "quick-b5.el" - quick-b5-converter - "\ -;; # Copyright 2001 Christian Wittern -;; # -;; # Permission to copy and distribute both modified and -;; # unmodified versions is granted without royalty provided -;; # this notice is preserved.") - ("chinese-ctlau" "$AAuTA(B" "CTLau.html" cn-gb-2312 "CTLau.el" ctlau-gb-converter @@ -1171,7 +1161,8 @@ (if (string= (car command-line-args-left) "-dir") (progn (setq command-line-args-left (cdr command-line-args-left)) - (setq dir (car command-line-args-left)))) + (setq dir (car command-line-args-left)) + (setq command-line-args-left (cdr command-line-args-left)))) (setq filename (car command-line-args-left) command-line-args-left (cdr command-line-args-left)) (if (file-directory-p filename)