[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] master a62437d: Don't add `search-failed' to ignored e
From: |
Noam Postavsky |
Subject: |
Re: [Emacs-diffs] master a62437d: Don't add `search-failed' to ignored errors in info.el (Bug#6106) |
Date: |
Tue, 28 Mar 2017 21:26:49 -0400 |
On Tue, Mar 28, 2017 at 10:54 AM, Stefan Monnier
<address@hidden> wrote:
>> - (search-forward "\n* Menu:")
>> + (unless (search-forward "\n* Menu:" nil t)
>> + (user-error "No menu in this node"))
>
> Looks good, thanks,
Pushed [1: d707ba8469]
1: 2017-03-28 21:25:17 -0400 d707ba846902128572f420241897cbb966363ede
Adjust some search failure errors in info.el