From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: set_window_buffer Date: Fri, 12 Sep 2008 12:39:59 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1221237752 18439 80.91.229.12 (12 Sep 2008 16:42:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Sep 2008 16:42:32 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 12 18:43:28 2008 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 1KeBjl-0006tt-VC for ged-emacs-devel@m.gmane.org; Fri, 12 Sep 2008 18:43:14 +0200 Original-Received: from localhost ([127.0.0.1]:34813 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KeBik-0004gk-H9 for ged-emacs-devel@m.gmane.org; Fri, 12 Sep 2008 12:42:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KeBiS-0004WW-7l for emacs-devel@gnu.org; Fri, 12 Sep 2008 12:41:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KeBiQ-0004V2-He for emacs-devel@gnu.org; Fri, 12 Sep 2008 12:41:51 -0400 Original-Received: from [199.232.76.173] (port=55281 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KeBiQ-0004Uu-AV for emacs-devel@gnu.org; Fri, 12 Sep 2008 12:41:50 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:48527) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KeBiQ-0005Wa-Dm for emacs-devel@gnu.org; Fri, 12 Sep 2008 12:41:50 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KeBgd-0004K8-Cn; Fri, 12 Sep 2008 12:39:59 -0400 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:103851 Archived-At: +2008-09-12 Stefan Monnier + + * window.c (set_window_buffer): Always preserve current-buffer. + That may be a good change, but I suspect it leads to changes in Lisp primitives that ought to be documented in NEWS and in the Lisp Manual.