mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(isearch-process-search-multibyte-characters): Fix previous change.
This commit is contained in:
parent
df765be4fe
commit
39d484ed79
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue