Mercurial > emacs
changeset 38555:35109e6bdb7d
(isearch-other-meta-char): Fix last change.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 25 Jul 2001 14:50:47 +0000 |
parents | 6669b8bbdbcf |
children | e3c068126752 |
files | lisp/isearch.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/isearch.el Wed Jul 25 14:02:28 2001 +0000 +++ b/lisp/isearch.el Wed Jul 25 14:50:47 2001 +0000 @@ -1240,7 +1240,8 @@ (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,