changeset 48666:12b6e8b2db2f

(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".
author Kenichi Handa <handa@m17n.org>
date Thu, 05 Dec 2002 08:39:14 +0000
parents 283c56c876e2
children 7ce5464da6b5
files lisp/international/titdic-cnv.el
diffstat 1 files changed, 2 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- 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 <wittern@iis.sinica.edu.tw>
-;; #
-;; # 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)