/[emacs]/emacs/lisp/international/titdic-cnv.el
ViewVC logotype

Diff of /emacs/lisp/international/titdic-cnv.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33 by fx, Wed Jul 24 22:18:11 2002 UTC revision 1.34 by handa, Thu Dec 5 08:39:14 2002 UTC
# Line 667  To get complete usage, invoke \"emacs -b Line 667  To get complete usage, invoke \"emacs -b
667  ;; CCE; see the file COPYING.  If not, write to the Free Software Foundation,  ;; CCE; see the file COPYING.  If not, write to the Free Software Foundation,
668  ;; 675 Mass Ave, Cambridge, MA 02139, USA.")  ;; 675 Mass Ave, Cambridge, MA 02139, USA.")
669    
     ("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.")  
   
670      ("chinese-ctlau" "$AAuTA(B"      ("chinese-ctlau" "$AAuTA(B"
671       "CTLau.html" cn-gb-2312 "CTLau.el"       "CTLau.html" cn-gb-2312 "CTLau.el"
672       ctlau-gb-converter       ctlau-gb-converter
# Line 1171  to store generated Quail packages." Line 1161  to store generated Quail packages."
1161        (if (string= (car command-line-args-left) "-dir")        (if (string= (car command-line-args-left) "-dir")
1162            (progn            (progn
1163              (setq command-line-args-left (cdr command-line-args-left))              (setq command-line-args-left (cdr command-line-args-left))
1164              (setq dir (car command-line-args-left))))              (setq dir (car command-line-args-left))
1165                (setq command-line-args-left (cdr command-line-args-left))))
1166        (setq filename (car command-line-args-left)        (setq filename (car command-line-args-left)
1167              command-line-args-left (cdr command-line-args-left))              command-line-args-left (cdr command-line-args-left))
1168        (if (file-directory-p filename)        (if (file-directory-p filename)

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26