mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(mouse-undouble-last-event): Fix gross bugs:
use modifiers, not old-modifiers.
This commit is contained in:
parent
2289984b61
commit
3bb846b871
1 changed files with 1 additions and 1 deletions
|
|
@ -728,7 +728,7 @@ If DIR is positive skip forward; if negative, skip backward."
|
|||
(if (consp event)
|
||||
;; Use reverse, not nreverse, since event-modifiers
|
||||
;; does not copy the list it returns.
|
||||
(cons (event-convert-list (reverse (cons basic old-modifiers)))
|
||||
(cons (event-convert-list (reverse (cons basic modifiers)))
|
||||
(cdr event))
|
||||
event)))
|
||||
(setcar last new)
|
||||
|
|
|
|||
Loading…
Reference in a new issue