From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: changes to ediff-rcs-get-output-buffer Date: Mon, 23 Nov 2009 19:54:22 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1259024080 24180 80.91.229.12 (24 Nov 2009 00:54:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 24 Nov 2009 00:54:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Kifer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 24 01:54:33 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NCjfs-000101-Bp for ged-emacs-devel@m.gmane.org; Tue, 24 Nov 2009 01:54:32 +0100 Original-Received: from localhost ([127.0.0.1]:46925 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCjfs-0003hw-12 for ged-emacs-devel@m.gmane.org; Mon, 23 Nov 2009 19:54:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCjfn-0003gt-7m for emacs-devel@gnu.org; Mon, 23 Nov 2009 19:54:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCjfi-0003cK-Px for emacs-devel@gnu.org; Mon, 23 Nov 2009 19:54:27 -0500 Original-Received: from [199.232.76.173] (port=55075 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCjfi-0003cC-JX for emacs-devel@gnu.org; Mon, 23 Nov 2009 19:54:22 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:33759) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NCjfi-00057a-EF for emacs-devel@gnu.org; Mon, 23 Nov 2009 19:54:22 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1NCjfi-0003ez-3k; Mon, 23 Nov 2009 19:54:22 -0500 X-Spook: Cocaine Rand Corporation global SDI North Korea X-Ran: S)drd{nf7A|bJI7,E-+P~y?f{9uh1jX1,)>'',a{yX21Tir+96ks=9r]K^X~k:d^XU19KM X-Hue: white X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:117652 Archived-At: Michael Kifer wrote: > * ediff-vers.el (ediff-rcs-get-output-buffer): make > sure the buffer is created in fundamental mode. This is a reversion of Stefan's change from 2009-08-28. The let-binding of default-major-mode was removed because: i) that variable is obsolete; and ii) it has no effect on the mode of the buffer created by get-buffer-create (and never has had any). So putting it back doesn't do anything.