]> git.eshelyaron.com Git - emacs.git/commitdiff
* ediff-wind.el (ediff-make-wide-display): Fix typo in frame parameter
authorChong Yidong <cyd@stupidchicken.com>
Thu, 16 Apr 2009 03:50:30 +0000 (03:50 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 16 Apr 2009 03:50:30 +0000 (03:50 +0000)
  alist.

lisp/ChangeLog
lisp/ediff-wind.el

index 7e333b37db7fe6b972db1ce562fc441ae4642022..878361621b82eed0f8a711aa135f783c84098ece 100644 (file)
@@ -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
index 708fb413d3e574484ad1b6919f74d41b4e2e975f..d206184088c537652a8a931ff749e0fa82407d4c 100644 (file)
@@ -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