emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: [PATCH] Emacs 22 support - use org-string-match-p


From: Bernt Hansen
Subject: [Orgmode] Re: [PATCH] Emacs 22 support - use org-string-match-p
Date: Thu, 03 Jun 2010 18:09:53 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Štěpán Němec <address@hidden> writes:

> Hello,
>
> sorry for being difficult again ;-) 
>
>
> Bernt Hansen <address@hidden> writes:
>
> [snip]
>
>> -                   (string-match "^//" str))
>> +                   (org-string-match-p "^//" str))
>
> Ehrm... do you really want to replace `string-match', too?

Yes ... because it originally was a string-match-p that Carsten 
converted to string-match since Emacs 22 doesn't have a string-match-p
during an earlier bug report (by me).

Now that Carsten created org-string-match-p I'm just putting it back
closer to the original code.

Regards,
Bernt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]