Browse CVS Repository
Diff of /kogiku/kogiku/kogiku.el
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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 |
|
|
|