diff lisp/ediff-wind.el @ 67117:231622e4e399

2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu> * ediff-wind (ediff-make-wide-display): Slight simplification. * ediff.el (ediff-date): Changed the date of last update.
author Michael Kifer <kifer@cs.stonybrook.edu>
date Fri, 25 Nov 2005 07:29:10 +0000
parents d64aeb0dc54e
children 3423d9dbb1b7
line wrap: on
line diff
--- a/lisp/ediff-wind.el	Fri Nov 25 07:18:07 2005 +0000
+++ b/lisp/ediff-wind.el	Fri Nov 25 07:29:10 2005 +0000
@@ -1135,9 +1135,7 @@
 	  (list (cons 'left (max 0 (eval (cdr (assoc 'left frame-A-params)))))
 		(cons 'width (cdr (assoc 'width frame-A-params))))
 	  ediff-wide-display-frame frame-A)
-    (modify-frame-parameters frame-A (list (cons 'left cw)
-						 (cons 'width wd)))))
-
+    (modify-frame-parameters frame-A `((left . ,cw) (width . ,wd)))))
 
 
 ;; Revise the mode line to display which difference we have selected