emacs-devel
[Top][All Lists]
Advanced

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

Re: master 3586fef: Make HIST arg of read-from-minibuffer work with buff


From: Federico Tedin
Subject: Re: master 3586fef: Make HIST arg of read-from-minibuffer work with buffer-local vars
Date: Thu, 5 Dec 2019 17:50:48 +0100

> Note that this `add-to-history` call takes place at the very end of
> read_minibuf, hence just *before* we return to previous_buffer.
> Maybe a simpler option than the code above is to postpone the code
> a little bit so that it takes place *after* we return to
> previous_buffer.

Hey Stefan,

Would that mean moving the `add-to-history' call to after the final call
to `unbind_to(count, val)'?

- Fede



reply via email to

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