From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: tiny typo in rmail.el Date: Sat, 9 Jun 2007 00:24:07 +0200 (CEST) Message-ID: <20070608222407.22FB730193@Psilocybe.Update.UU.SE> Reply-To: ams@gnu.org NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1181341480 31855 80.91.229.12 (8 Jun 2007 22:24:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Jun 2007 22:24:40 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 09 00:24:39 2007 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 1Hwmsj-0003ym-DD for ged-emacs-devel@m.gmane.org; Sat, 09 Jun 2007 00:24:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hwmsi-0003fC-RB for ged-emacs-devel@m.gmane.org; Fri, 08 Jun 2007 18:24:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HwmsL-0003SI-VJ for emacs-devel@gnu.org; Fri, 08 Jun 2007 18:24:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HwmsL-0003Rc-Am for emacs-devel@gnu.org; Fri, 08 Jun 2007 18:24:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HwmsL-0003RP-5S for emacs-devel@gnu.org; Fri, 08 Jun 2007 18:24:09 -0400 Original-Received: from psilocybe.update.uu.se ([130.238.19.25]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HwmsK-0006Vp-RD for emacs-devel@gnu.org; Fri, 08 Jun 2007 18:24:09 -0400 Original-Received: by Psilocybe.Update.UU.SE (Postfix, from userid 30270) id 22FB730193; Sat, 9 Jun 2007 00:24:07 +0200 (CEST) X-detected-kernel: Linux 2.6 (newer, 1) 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:72523 Archived-At: Tiny typo in the docstring for rmail-movemail-variant-in-use, should be a period and not a semi-colon at the end. diff -up /home/ams/emacs/lisp/mail/rmail.el /tmp/buffer-content-5260Ewh --- /home/ams//emacs/lisp/mail/rmail.el 2007-05-14 21:58:45.000000000 +0200 +++ /tmp/buffer-content-5260Ewh 2007-06-09 00:19:27.000000000 +0200 @@ -228,7 +228,7 @@ Otherwise, look for `movemail' in the di `emacs' Means any implementation, compatible with the native Emacs one. This is the default; `mailutils' Means GNU mailutils implementation, capable of handling full -mail URLs as the source mailbox;") +mail URLs as the source mailbox.") ;;;###autoload (defun rmail-movemail-variant-p (&rest variants) Diff finished. Sat Jun 9 00:19:27 2007