1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(isearch-process-search-multibyte-characters): Fix previous change.

This commit is contained in:
Kenichi Handa 1998-08-07 05:04:36 +00:00
parent df765be4fe
commit 39d484ed79

View file

@ -106,8 +106,9 @@
nil
current-input-method))
(if (and str (> (length str) 0))
(isearch-process-search-string str str))
(isearch-update))
(let ((unread-command-events nil))
(isearch-process-search-string str str))
(isearch-update)))
(isearch-process-search-char last-char)))
;;; isearch-x.el ends here