bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#2998: 23.0.92; Fix a typo in ediff-wind.el


From: Chong Yidong
Subject: bug#2998: 23.0.92; Fix a typo in ediff-wind.el
Date: Wed, 15 Apr 2009 19:05:46 -0400

Michael, this looks like a straightforward typo.  Could you verify?


--- ediff-wind.el~
+++ ediff-wind.el
@@ -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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]