From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: query-replace-interactive Date: Sun, 10 Oct 2004 20:10:03 -0500 (CDT) Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <200410110110.i9B1A3d12977@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1097457088 15638 80.91.229.6 (11 Oct 2004 01:11:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Oct 2004 01:11:28 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 11 03:11:19 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CGoid-0001at-00 for ; Mon, 11 Oct 2004 03:11:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CGopY-0002GR-DS for ged-emacs-devel@m.gmane.org; Sun, 10 Oct 2004 21:18:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CGopP-0002GG-Qd for emacs-devel@gnu.org; Sun, 10 Oct 2004 21:18:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CGopO-0002Fe-NO for emacs-devel@gnu.org; Sun, 10 Oct 2004 21:18:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CGopO-0002FT-Kf for emacs-devel@gnu.org; Sun, 10 Oct 2004 21:18:18 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CGoiM-0004OD-31 for emacs-devel@gnu.org; Sun, 10 Oct 2004 21:11:02 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i9B1B1iU014416 for ; Sun, 10 Oct 2004 20:11:01 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id i9B1A3d12977; Sun, 10 Oct 2004 20:10:03 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: emacs-devel@gnu.org 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28209 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28209 A while ago, I converted `query-replace-interactive' into a defcustom, after it was decided to do so after discussion on emacs-devel. I just noticed that this change was reverted in version 1.181. The Change Log does not mention the reversion. It only says that the `initial' special value was removed. Therefore, I assume that the reversion was accidental. Unless there are objections, I will make `query-replace-interactive' into a defcustom again, since we agreed on that. Sincerely, Luc.