Location: lg@xxxxxxxxxxxxxx http://arch.xwem.org/2005/
Revision: xwem--main--2.1--versionfix-1
Archive: lg@xxxxxxxxxxxxxx
Creator: Zajcev Evgeny <lg@xxxxxxxx>
Date: Tue Apr 5 22:54:39 MSD 2005
Standard-date: 2005-04-05 18:54:39 GMT
Modified-files: lisp/xwem-keyboard.el
New-patches: lg@xxxxxxxxxxxxxx/xwem--main--2.1--versionfix-1
Summary: Bug fix
Keywords: xwem-event-client, key, sequence
* xwem-keyboard.el (xwem-read-key-sequence-1): [bug fix] Reuse
`xwem-event-client'.
* added files
{arch}/xwem/xwem--main/xwem--main--2.1/lg@xxxxxxxxxxxxxx/patch-log/versionfix-1
* modified files
--- orig/lisp/xwem-keyboard.el
+++ mod/lisp/xwem-keyboard.el
@@ -339,7 +339,7 @@
(setq xev (xwem-next-event))
(when (setq eev (xwem-xevents->emacs-events (list xev) t))
(setq xwem-last-xevent xev
- xwem-event-client (xwem-event-client xev)
+; xwem-event-client (xwem-event-client xev)
xwem-last-event (car eev)
xwem-this-command-keys (vconcat xwem-this-command-keys eev)
eevs (vconcat eevs eev)
|