help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to avoid y-or-n-p in a program?


From: Juanma Barranquero
Subject: Re: How to avoid y-or-n-p in a program?
Date: Wed, 12 Mar 2014 17:50:12 +0100

On Wed, Mar 12, 2014 at 5:14 PM, Tassilo Horn <tsdh@gnu.org> wrote:

> In very recent emacs versions, you can use `cl-letf' for that purpose:

In both new and old versions, you can use `left', from the cl package
(though if your code is for 24.3+ is better to use cl-letf from
cl-lib, yeah).

    J



reply via email to

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