* ediff-wind.el (ediff-make-wide-display): Fix typo in frame parameter
alist.
This commit is contained in:
parent
bd0af90dca
commit
23e41d1529
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue