changeset 102995:8e84d12eead7

* ediff-wind.el (ediff-make-wide-display): Fix typo in frame parameter alist.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 16 Apr 2009 03:50:30 +0000
parents 5e8fdc259e28
children 3292a88d45ce
files lisp/ChangeLog lisp/ediff-wind.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Apr 16 01:39:36 2009 +0000
+++ b/lisp/ChangeLog	Thu Apr 16 03:50:30 2009 +0000
@@ -1,3 +1,8 @@
+2009-04-16  Leo  <sdl.web@gmail.com>  (tiny change)
+
+	* ediff-wind.el (ediff-make-wide-display): Fix typo in frame
+	parameter alist.
+
 2009-04-15  William Xu  <william.xwl@gmail.com>
 
 	* outline.el (hide-sublevels): Ensure that arguments are passed to
--- a/lisp/ediff-wind.el	Thu Apr 16 01:39:36 2009 +0000
+++ b/lisp/ediff-wind.el	Thu Apr 16 03:50:30 2009 +0000
@@ -1123,7 +1123,7 @@
 		(cons 'width (cdr (assoc 'width frame-A-params))))
 	  ediff-wide-display-frame frame-A)
     (modify-frame-parameters
-     frame-A `((left . ,cw) (width . ,wd) (user-position t)))))
+     frame-A `((left . ,cw) (width . ,wd) (user-position . t)))))
 
 
 ;; Revise the mode line to display which difference we have selected