From 23e41d152943b5d94170226b3d0c6f900cb96be0 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 16 Apr 2009 03:50:30 +0000 Subject: [PATCH] * ediff-wind.el (ediff-make-wide-display): Fix typo in frame parameter alist. --- lisp/ChangeLog | 5 +++++ lisp/ediff-wind.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7e333b37db7..878361621b8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-04-16 Leo (tiny change) + + * ediff-wind.el (ediff-make-wide-display): Fix typo in frame + parameter alist. + 2009-04-15 William Xu * outline.el (hide-sublevels): Ensure that arguments are passed to diff --git a/lisp/ediff-wind.el b/lisp/ediff-wind.el index 708fb413d3e..d206184088c 100644 --- a/lisp/ediff-wind.el +++ b/lisp/ediff-wind.el @@ -1123,7 +1123,7 @@ It assumes that it is called from within the control buffer." (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 -- 2.39.2