Show
Ignore:
Timestamp:
2005年10月02日 09時47分43秒 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/ediff-vers.el

    r3809 r3894  
    300300           (ediff-buffers 
    301301            (find-file-noselect tmp-file) 
    302             (find-file-noselect (cvs-fileinfo->full-path fileinfo)) 
     302            (if (featurep 'xemacs) 
     303                ;; XEmacs doesn't seem to have cvs-fileinfo->full-name 
     304                (find-file-noselect (cvs-fileinfo->full-path fileinfo)) 
     305              (find-file-noselect (cvs-fileinfo->full-name fileinfo))) 
    303306            nil ; startup-hooks 
    304307            'ediff-revisions)))