Develop and Download Open Source Software

Browse CVS Repository

Diff of /kogiku/kogiku/kogiku.el

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

revision 1.3 by jet, Sat Feb 7 18:16:05 2004 UTC revision 1.4 by shirai, Sun Feb 8 02:35:29 2004 UTC
# Line 223  Line 223 
223                                        candidates)))                                        candidates)))
224              ;; 全ての候補が日本語を含んでいない場合、通常通り              ;; 全ての候補が日本語を含んでいない場合、通常通り
225              ;; `try-completion' を呼んでまかせる。              ;; `try-completion' を呼んでまかせる。
226              (try-completion string candidates)              (try-completion string (mapcar 'list candidates))
227            (setq common (kogiku-try-completion-regexp pattern candidates))            (setq common (kogiku-try-completion-regexp pattern candidates))
228            (if (eq (length common) 0) string common)))))))            (if (eq (length common) 0) string common)))))))
229    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26