diff options
| author | Kenichi Handa | 2002-12-05 08:39:14 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-12-05 08:39:14 +0000 |
| commit | 0631f894b4be4371f9752be69b5a9e58393e3b97 (patch) | |
| tree | 2eb5c54cacc7400596ef52ec6f5d6d099a34247a | |
| parent | 0d788d5fdcd6911ff021d9c305992103b06adc1c (diff) | |
| download | emacs-0631f894b4be4371f9752be69b5a9e58393e3b97.tar.gz emacs-0631f894b4be4371f9752be69b5a9e58393e3b97.zip | |
(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".
| -rw-r--r-- | lisp/international/titdic-cnv.el | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/lisp/international/titdic-cnv.el b/lisp/international/titdic-cnv.el index 87fff7a8b9b..386279d4b31 100644 --- a/lisp/international/titdic-cnv.el +++ b/lisp/international/titdic-cnv.el | |||
| @@ -667,16 +667,6 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\"." | |||
| 667 | ;; CCE; see the file COPYING. If not, write to the Free Software Foundation, | 667 | ;; CCE; see the file COPYING. If not, write to the Free Software Foundation, |
| 668 | ;; 675 Mass Ave, Cambridge, MA 02139, USA.") | 668 | ;; 675 Mass Ave, Cambridge, MA 02139, USA.") |
| 669 | 669 | ||
| 670 | ("chinese-b5-quick" "$(0X|(BB" | ||
| 671 | "cangjie-table.b5" big5 "quick-b5.el" | ||
| 672 | quick-b5-converter | ||
| 673 | "\ | ||
| 674 | ;; # Copyright 2001 Christian Wittern <wittern@iis.sinica.edu.tw> | ||
| 675 | ;; # | ||
| 676 | ;; # Permission to copy and distribute both modified and | ||
| 677 | ;; # unmodified versions is granted without royalty provided | ||
| 678 | ;; # this notice is preserved.") | ||
| 679 | |||
| 680 | ("chinese-ctlau" "$AAuTA(B" | 670 | ("chinese-ctlau" "$AAuTA(B" |
| 681 | "CTLau.html" cn-gb-2312 "CTLau.el" | 671 | "CTLau.html" cn-gb-2312 "CTLau.el" |
| 682 | ctlau-gb-converter | 672 | ctlau-gb-converter |
| @@ -1171,7 +1161,8 @@ to store generated Quail packages." | |||
| 1171 | (if (string= (car command-line-args-left) "-dir") | 1161 | (if (string= (car command-line-args-left) "-dir") |
| 1172 | (progn | 1162 | (progn |
| 1173 | (setq command-line-args-left (cdr command-line-args-left)) | 1163 | (setq command-line-args-left (cdr command-line-args-left)) |
| 1174 | (setq dir (car command-line-args-left)))) | 1164 | (setq dir (car command-line-args-left)) |
| 1165 | (setq command-line-args-left (cdr command-line-args-left)))) | ||
| 1175 | (setq filename (car command-line-args-left) | 1166 | (setq filename (car command-line-args-left) |
| 1176 | command-line-args-left (cdr command-line-args-left)) | 1167 | command-line-args-left (cdr command-line-args-left)) |
| 1177 | (if (file-directory-p filename) | 1168 | (if (file-directory-p filename) |