> >> ! (if (and (zerop (length from)) query-replace-defaults) > >> (progn > >> (set query-replace-from-history-variable > >> (cdr (symbol-value query-replace-from-history-variable))) > > > > We don't need this `set' anymore.
> We do, at least in this patch, since read-from-minibuffer > automatically updates the history list (which is still given by > query-replace-from-history-variable). On second thought, you're right. Thanks for pointing this out; I've committed the corrected patch. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
