]> git.eshelyaron.com Git - emacs.git/commit
Avoid dynamic binding on a symbol
authorMark Oteiza <mvoteiza@udel.edu>
Tue, 4 Oct 2016 14:17:53 +0000 (10:17 -0400)
committerMark Oteiza <mvoteiza@udel.edu>
Tue, 4 Oct 2016 14:26:38 +0000 (10:26 -0400)
commit6d6c93f4cc02d5c03b2f0ec9e565d61a50677e14
treeca23967b96c1bfa56222b9b60c14efe06cf59079
parente2913dc880b9843bf69cf885270551bafeb46120
Avoid dynamic binding on a symbol

Instead, bind history in the default minibuffer-history.
Fixes bug#24580.
* lisp/replace.el (query-replace-read-from): Let-bind
minibuffer-history.  Change read-regexp and read-from-minibuffer's
HISTORY arguments to nil so that they use minibuffer-history.
lisp/replace.el