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.23 by shirai, Thu Feb 12 09:00:16 2004 UTC revision 1.24 by jet, Fri Feb 13 11:35:12 2004 UTC
# Line 326  minibufferに制御が移ったときに`minibuffe Line 326  minibufferに制御が移ったときに`minibuffe
326            (unless (or (null read-file-name-predicate)            (unless (or (null read-file-name-predicate)
327                        (eq read-file-name-predicate 'file-exists-p))                        (eq read-file-name-predicate 'file-exists-p))
328              (delete-if (lambda (x)              (delete-if (lambda (x)
329                           (not (funcall read-file-name-predicate x))                           (not (funcall read-file-name-predicate x)))
330                           all)))                         all))
331            (return all)))            (return all)))
332         ((eq action 'lambda)         ((eq action 'lambda)
333          (return (if read-file-name-predicate          (return (if read-file-name-predicate

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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