Christophe Weblog Wiki Code Publications Music
cosmetic change
authorChristophe Rhodes <csr21@cantab.net>
Fri, 6 Jul 2012 20:56:13 +0000 (21:56 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Fri, 6 Jul 2012 20:56:13 +0000 (21:56 +0100)
Use this-command-keys-vector rather than this-command-keys --
marginally easier to debug with.

iplayer.el

index cd59ac226eb70917a7ed7f899425d3db22d1dcfa..2ad03d1ec4759bb300927425de093c013d15bf64 100644 (file)
@@ -58,7 +58,7 @@
          (message "Updating iPlayer cache"))
        (if iplayer-updating-cache-sentinel-executing
            (progn ,@body)
          (message "Updating iPlayer cache"))
        (if iplayer-updating-cache-sentinel-executing
            (progn ,@body)
-         (push (list (selected-frame) (selected-window) (current-buffer) (this-command-keys))
+         (push (list (selected-frame) (selected-window) (current-buffer) (this-command-keys-vector))
                iplayer-updating-cache-sentinel-info)))))
 
 (defun get-iplayer-tree (&rest args)
                iplayer-updating-cache-sentinel-info)))))
 
 (defun get-iplayer-tree (&rest args)