diff options
| author | Karoly Lorentey | 2006-10-14 16:56:21 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-10-14 16:56:21 +0000 |
| commit | 3f87f67ee215ffeecbd2f53bd7f342cdf03f47df (patch) | |
| tree | 16f2af9111af08a94d608d96a957f5c3ec5effcc /lisp/ediff-mult.el | |
| parent | 350e4fb815d7413ef6d339dd664014706f742927 (diff) | |
| parent | 7a210b69c7f92650c524766d1b9d3f3eefdd67c7 (diff) | |
| download | emacs-3f87f67ee215ffeecbd2f53bd7f342cdf03f47df.tar.gz emacs-3f87f67ee215ffeecbd2f53bd7f342cdf03f47df.zip | |
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-371
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-372
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-373
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-374
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-375
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-376
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-377
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-378
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-379
Merge from erc--emacs--21
* emacs@sv.gnu.org/emacs--devo--0--patch-380
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-381
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-382
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-383
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-384
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-385
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-386
Update from erc--emacs--22
* emacs@sv.gnu.org/emacs--devo--0--patch-387
Fix ERC bug introduced in last patch
* emacs@sv.gnu.org/emacs--devo--0--patch-388
Update from erc--emacs--22
* emacs@sv.gnu.org/emacs--devo--0--patch-389
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-390
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-391
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-392
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-393
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-394
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-395
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-396
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-397
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-398
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-399
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-400
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-401
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-402
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-403
Rcirc update from Ryan Yeske
* emacs@sv.gnu.org/emacs--devo--0--patch-404
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-405
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-406
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-407
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-408
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-409
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-410
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-411
Miscellaneous tq-related fixes.
* emacs@sv.gnu.org/emacs--devo--0--patch-412
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-121
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-122
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-123
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-124
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-125
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-126
Merge from emacs--devo--0
* emacs@sv.gnu.org/gnus--rel--5.10--patch-127
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-581
Diffstat (limited to 'lisp/ediff-mult.el')
| -rw-r--r-- | lisp/ediff-mult.el | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/lisp/ediff-mult.el b/lisp/ediff-mult.el index 71859a5d4c5..b33ad7c1859 100644 --- a/lisp/ediff-mult.el +++ b/lisp/ediff-mult.el | |||
| @@ -648,8 +648,8 @@ behavior." | |||
| 648 | (mapcar | 648 | (mapcar |
| 649 | (lambda (elt) | 649 | (lambda (elt) |
| 650 | (ediff-make-new-meta-list-element | 650 | (ediff-make-new-meta-list-element |
| 651 | (concat auxdir1 elt) | 651 | (expand-file-name (concat auxdir1 elt)) |
| 652 | (concat auxdir2 elt) | 652 | (expand-file-name (concat auxdir2 elt)) |
| 653 | (if lis3 | 653 | (if lis3 |
| 654 | (progn | 654 | (progn |
| 655 | ;; The following is done because: In merging with | 655 | ;; The following is done because: In merging with |
| @@ -660,7 +660,7 @@ behavior." | |||
| 660 | ;; the second case, we insert nil. | 660 | ;; the second case, we insert nil. |
| 661 | (setq elt (ediff-add-slash-if-directory auxdir3 elt)) | 661 | (setq elt (ediff-add-slash-if-directory auxdir3 elt)) |
| 662 | (if (file-exists-p (concat auxdir3 elt)) | 662 | (if (file-exists-p (concat auxdir3 elt)) |
| 663 | (concat auxdir3 elt)))))) | 663 | (expand-file-name (concat auxdir3 elt))))))) |
| 664 | common))) | 664 | common))) |
| 665 | ;; return result | 665 | ;; return result |
| 666 | (cons common-part difflist) | 666 | (cons common-part difflist) |
| @@ -716,7 +716,7 @@ behavior." | |||
| 716 | auxdir1 nil nil | 716 | auxdir1 nil nil |
| 717 | merge-autostore-dir nil) | 717 | merge-autostore-dir nil) |
| 718 | (mapcar (lambda (elt) (ediff-make-new-meta-list-element | 718 | (mapcar (lambda (elt) (ediff-make-new-meta-list-element |
| 719 | (concat auxdir1 elt) nil nil)) | 719 | (expand-file-name (concat auxdir1 elt)) nil nil)) |
| 720 | common)) | 720 | common)) |
| 721 | )) | 721 | )) |
| 722 | 722 | ||
| @@ -1338,7 +1338,10 @@ Useful commands: | |||
| 1338 | ;; update ediff-meta-list by direct modification | 1338 | ;; update ediff-meta-list by direct modification |
| 1339 | (nconc meta-list | 1339 | (nconc meta-list |
| 1340 | (list (ediff-make-new-meta-list-element | 1340 | (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))))) | ||
| 1342 | ) | 1345 | ) |
| 1343 | (ediff-update-meta-buffer meta-buf 'must-redraw) | 1346 | (ediff-update-meta-buffer meta-buf 'must-redraw) |
| 1344 | )) | 1347 | )) |