]> git.eshelyaron.com Git - emacs.git/commitdiff
(quail-misc-package-ext-info):
authorKenichi Handa <handa@m17n.org>
Thu, 5 Dec 2002 08:39:14 +0000 (08:39 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 5 Dec 2002 08:39:14 +0000 (08:39 +0000)
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".

lisp/international/titdic-cnv.el

index 87fff7a8b9b221788b6458415b1999f983b4672a..386279d4b314ef3e37f0f3c123db0b963efcede2 100644 (file)
@@ -667,16 +667,6 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\"."
 ;; CCE; see the file COPYING.  If not, write to the Free Software Foundation, 
 ;; 675 Mass Ave, Cambridge, MA 02139, USA.")
 
-    ("chinese-b5-quick" "\e$(0X|\e(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" "\e$AAuTA\e(B"
      "CTLau.html" cn-gb-2312 "CTLau.el"
      ctlau-gb-converter
@@ -1171,7 +1161,8 @@ to store generated Quail packages."
       (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)