From: Christophe Rhodes Date: Fri, 6 Jul 2012 20:56:13 +0000 (+0100) Subject: cosmetic change X-Git-Tag: v0.1~17 X-Git-Url: http://christophe.rhodes.io/gitweb/?p=iplayer-el.git;a=commitdiff_plain;h=20685e5b2f0e5d607839e7f38b256fa42c31953a;ds=sidebyside cosmetic change Use this-command-keys-vector rather than this-command-keys -- marginally easier to debug with. --- diff --git a/iplayer.el b/iplayer.el index cd59ac2..2ad03d1 100644 --- a/iplayer.el +++ b/iplayer.el @@ -58,7 +58,7 @@ (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)