From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [patch] typo: customization group org-plain-list Date: Wed, 21 Apr 2010 09:51:40 +0200 Message-ID: References: <87d3xwebrl.fsf@gmx.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4Uir-0008Fo-7X for emacs-orgmode@gnu.org; Wed, 21 Apr 2010 03:51:49 -0400 Received: from [140.186.70.92] (port=53499 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4Uip-0008Ep-Sh for emacs-orgmode@gnu.org; Wed, 21 Apr 2010 03:51:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4Uil-0001a3-Tn for emacs-orgmode@gnu.org; Wed, 21 Apr 2010 03:51:45 -0400 Received: from mail-ew0-f214.google.com ([209.85.219.214]:43330) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4Uil-0001Zo-7l for emacs-orgmode@gnu.org; Wed, 21 Apr 2010 03:51:43 -0400 Received: by ewy6 with SMTP id 6so2327557ewy.32 for ; Wed, 21 Apr 2010 00:51:42 -0700 (PDT) In-Reply-To: <87d3xwebrl.fsf@gmx.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastian Rose Cc: Emacs-orgmode mailing list Applied, thanks. - Carsten On Apr 18, 2010, at 10:39 PM, Sebastian Rose wrote: > > Found a typo in lisp/org-list.el. Patch is against branch > `remove-compatibility-code' > > > diff --git a/lisp/org-list.el b/lisp/org-list.el > index 180bc5a..f45819a 100644 > --- a/lisp/org-list.el > +++ b/lisp/org-list.el > @@ -119,7 +119,7 @@ When a string, it will be used as a regular > expression. When the bullet > type of a list is changed, the new bullet type will be matched > against this > regexp. If it matches, there will be two spaces instead of > one after > the bullet in each item of he list." > - :group 'org-plain-list > + :group 'org-plain-lists > :type '(choice > (const :tag "never" nil) > (regexp))) > > > > Sebastian > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten