]> git.eshelyaron.com Git - emacs.git/commit
Run `minibuffer-exit-hook` in the right buffer
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 22 May 2022 14:35:02 +0000 (10:35 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 22 May 2022 14:39:02 +0000 (10:39 -0400)
commitcc878319f911a63eaab9b8382d38671b67d8abf9
tree74c963f5e94f0518bca0a25c1648c35427437482
parent5088ebc8eb7f5451be195481f00c73ba994efa52
Run `minibuffer-exit-hook` in the right buffer

* src/minibuf.c (run_exit_minibuf_hook): Take the minibuffer as arg
and run the hook in that buffer.
(read_minibuf): Adjust accordingly.
src/minibuf.c