1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(isearch-other-meta-char): Fix last change.

This commit is contained in:
Gerd Moellmann 2001-07-25 14:51:10 +00:00
parent 3fb01f36c5
commit 17635d50f6
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2001-07-25 Gerd Moellmann <gerd@gnu.org>
* isearch.el (isearch-other-meta-char): Fix last change.
* isearch.el (isearch-other-meta-char): Don't modify mode-line and
similar events for which fake prefix keys are generated. It's no
longer necessary since read_key_sequence doesn't modify these

View File

@ -1240,7 +1240,8 @@ and the meta character is unread so that it applies to editing the string."
(listp (aref key 1))
(not (numberp (posn-point
(event-start (aref key 1))))))
(setq main-event (pop unread-command-events)))
(pop unread-command-events)
(setq main-event (car unread-command-events)))
;; If we got a mouse click, maybe it was read with the buffer
;; it was clicked on. If so, that buffer, not the current one,