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: filter-buffer-substring loss of NOPROPS argument Date: Fri, 03 Feb 2012 22:54:26 -0500 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1328327671 21661 80.91.229.3 (4 Feb 2012 03:54:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 4 Feb 2012 03:54:31 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 04 04:54:30 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RtWhq-0006P7-6s for ged-emacs-devel@m.gmane.org; Sat, 04 Feb 2012 04:54:30 +0100 Original-Received: from localhost ([::1]:34024 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtWhp-0007sY-Io for ged-emacs-devel@m.gmane.org; Fri, 03 Feb 2012 22:54:29 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:41986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtWhn-0007sS-II for emacs-devel@gnu.org; Fri, 03 Feb 2012 22:54:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtWhm-0005yH-E8 for emacs-devel@gnu.org; Fri, 03 Feb 2012 22:54:27 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:57907) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtWhm-0005yD-Cg for emacs-devel@gnu.org; Fri, 03 Feb 2012 22:54:26 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RtWhm-00043U-5E; Fri, 03 Feb 2012 22:54:26 -0500 X-Spook: 9/11 United Nations genetic Ortega subversive underground X-Ran: PB&+9R%}C\\uePu3/xC/a{`wAjoh!Fc=.(;.wb&]0C*UF!U}T4=lLm,vt;G)lxH%|lZO*X X-Hue: white X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:148156 Archived-At: There is no NEWS entry about this (incompatible) change: 2010-05-02 Stefan Monnier * simple.el [...] (filter-buffer-substring): [...] Remove unused arg `noprops'. I don't know in what sense this argument was "unused". It was used in a few places in Emacs at that time (eg emulation/cua-gmrk.el). It is still used in the emacs-lisp-intro, although not in an important way.