From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: MH-E commits Date: Tue, 4 Feb 2003 09:39:03 +0200 (IST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1044344286 26517 80.91.224.249 (4 Feb 2003 07:38:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 4 Feb 2003 07:38:06 +0000 (UTC) Cc: Bill Wohler Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18fxed-0006tL-00 for ; Tue, 04 Feb 2003 08:38:03 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18fxmc-0001MF-00 for ; Tue, 04 Feb 2003 08:46:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18fxgC-0003Hy-04 for emacs-devel@quimby.gnus.org; Tue, 04 Feb 2003 02:39:40 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18fxfz-0003Hs-00 for emacs-devel@gnu.org; Tue, 04 Feb 2003 02:39:27 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18fxfy-0003Hh-00 for emacs-devel@gnu.org; Tue, 04 Feb 2003 02:39:26 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18fxfx-0003Hd-00 for emacs-devel@gnu.org; Tue, 04 Feb 2003 02:39:25 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id JAA24680; Tue, 4 Feb 2003 09:39:04 +0200 (IST) X-Sender: eliz@is Original-To: emacs-devel@gnu.org In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11339 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11339 > Index: emacs/lisp/mh-e/mh-utils.el > diff -c emacs/lisp/mh-e/mh-utils.el:1.1 emacs/lisp/mh-e/mh-utils.el:1.2 > *** emacs/lisp/mh-e/mh-utils.el:1.1 Sat Jan 25 21:38:37 2003 > --- emacs/lisp/mh-e/mh-utils.el Mon Feb 3 15:55:30 2003 > *************** > *** 30,36 **** > > ;;; Change Log: > > ! ;; $Id: mh-utils.el,v 1.1 2003/01/26 02:38:37 wohler Exp $ > > ;;; Code: > > --- 30,36 ---- > > ;;; Change Log: > > ! ;; $Id: mh-utils.el,v 1.2 2003/02/03 20:55:30 wohler Exp $ I thought we considered the RCS/CVS keywords a pest because they tend to generate gratuitous changes like the one above. Is it possible to get rid of them (I thought we did that for all bundled packages)?