bug#2998: 23.0.92; Fix a typo in ediff-wind.el
Leo <[email protected]>
| Newsgroups | gmane.emacs.bugs,gmane.emacs.pretest.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi there, I wonder if the following patch fixes a typo. Best wishes, Leo
(unnamed)
(text/x-patch, 838 B)
diff -u -L /Applications/Emacs.app/Contents/Resources/lisp/ediff-wind.el.gz -L /var/folders/xT/xTH6qH58F1O3epqnrWb1Dk+++TM/-Tmp-/buffer-content-82968O9r /var/folders/xT/xTH6qH58F1O3epqnrWb1Dk\+\+\+TM/-Tmp-/jka-com82968bHy /var/folders/xT/xTH6qH58F1O3epqnrWb1Dk\+\+\+TM/-Tmp-/buffer-content-82968O9r
--- /Applications/Emacs.app/Contents/Resources/lisp/ediff-wind.el.gz
+++ /var/folders/xT/xTH6qH58F1O3epqnrWb1Dk+++TM/-Tmp-/buffer-content-82968O9r
@@ -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
Diff finished. Tue Apr 14 23:29:10 2009