# HG changeset patch # User Gerd Moellmann # Date 996072647 0 # Node ID 35109e6bdb7d4d42e53d85764224c277f5c46587 # Parent 6669b8bbdbcf6f3aaa33fa39ac97bc40baed298e (isearch-other-meta-char): Fix last change. diff -r 6669b8bbdbcf -r 35109e6bdb7d lisp/isearch.el --- 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,