Show
Ignore:
Timestamp:
09/09/06 16:30:10 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

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

    r4098 r4161  
    649649            (lambda (elt) 
    650650              (ediff-make-new-meta-list-element 
    651                (concat auxdir1 elt
    652                (concat auxdir2 elt
     651               (expand-file-name (concat auxdir1 elt)
     652               (expand-file-name (concat auxdir2 elt)
    653653               (if lis3 
    654654                   (progn 
     
    661661                     (setq elt (ediff-add-slash-if-directory auxdir3 elt)) 
    662662                     (if (file-exists-p (concat auxdir3 elt)) 
    663                          (concat auxdir3 elt)))))) 
     663                         (expand-file-name (concat auxdir3 elt))))))) 
    664664            common))) 
    665665    ;; return result 
     
    717717                                      merge-autostore-dir nil) 
    718718     (mapcar (lambda (elt) (ediff-make-new-meta-list-element 
    719                             (concat auxdir1 elt) nil nil)) 
     719                            (expand-file-name (concat auxdir1 elt)) nil nil)) 
    720720             common)) 
    721721    )) 
     
    13391339        (nconc meta-list 
    13401340               (list (ediff-make-new-meta-list-element 
    1341                       otherfile1 otherfile2 otherfile3))) 
     1341                      (expand-file-name otherfile1) 
     1342                      (expand-file-name otherfile2) 
     1343                      (if otherfile3 
     1344                          (expand-file-name otherfile3))))) 
    13421345      ) 
    13431346    (ediff-update-meta-buffer meta-buf 'must-redraw)