From 20685e5b2f0e5d607839e7f38b256fa42c31953a Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Fri, 6 Jul 2012 21:56:13 +0100 Subject: [PATCH] cosmetic change Use this-command-keys-vector rather than this-command-keys -- marginally easier to debug with. --- iplayer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2