unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#2998: 23.0.92; Fix a typo in ediff-wind.el
@ 2009-04-14 22:32 ` Leo
  2009-04-16  4:00   ` bug#2998: marked as done (23.0.92; Fix a typo in ediff-wind.el) Emacs bug Tracking System
  0 siblings, 1 reply; 2+ messages in thread
From: Leo @ 2009-04-14 22:32 UTC (permalink / raw)
  To: emacs-pretest-bug

[-- Attachment #1: Type: text/plain, Size: 77 bytes --]

Hi there,

I wonder if the following patch fixes a typo.

Best wishes,

Leo


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: typo patch --]
[-- Type: text/x-patch, Size: 838 bytes --]

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#2998: marked as done (23.0.92; Fix a typo in ediff-wind.el)
  2009-04-14 22:32 ` bug#2998: 23.0.92; Fix a typo in ediff-wind.el Leo
@ 2009-04-16  4:00   ` Emacs bug Tracking System
  0 siblings, 0 replies; 2+ messages in thread
From: Emacs bug Tracking System @ 2009-04-16  4:00 UTC (permalink / raw)
  To: Chong Yidong

[-- Attachment #1: Type: text/plain, Size: 858 bytes --]


Your message dated Wed, 15 Apr 2009 23:52:29 -0400
with message-id <87bpqxntky.fsf@cyd.mit.edu>
and subject line Re: 23.0.92; Fix a typo in ediff-wind.el
has caused the Emacs bug report #2998,
regarding 23.0.92; Fix a typo in ediff-wind.el
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
2998: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2998
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 3289 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 77 bytes --]

Hi there,

I wonder if the following patch fixes a typo.

Best wishes,

Leo


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2.1.2: typo patch --]
[-- Type: text/x-patch, Size: 838 bytes --]

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

[-- Attachment #3: Type: message/rfc822, Size: 1087 bytes --]

From: Chong Yidong <cyd@stupidchicken.com>
To: Leo <sdl.web@gmail.com>
Cc: 2998-done@emacsbugs.donarmstrong.com
Subject: Re: 23.0.92; Fix a typo in ediff-wind.el
Date: Wed, 15 Apr 2009 23:52:29 -0400
Message-ID: <87bpqxntky.fsf@cyd.mit.edu>

OK, I've checked in your patch.  Thanks.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-16  4:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <87bpqxntky.fsf@cyd.mit.edu>
2009-04-14 22:32 ` bug#2998: 23.0.92; Fix a typo in ediff-wind.el Leo
2009-04-16  4:00   ` bug#2998: marked as done (23.0.92; Fix a typo in ediff-wind.el) Emacs bug Tracking System

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).