From 5098708c924718b427c258e1757ae1dc39d8278a Mon Sep 17 00:00:00 2001 From: Adrián Medraño Calvo Date: Tue, 2 Nov 2021 00:00:00 +0000 Subject: Correct wrong variable name * exwm-workspace.el (exwm-workspace--on-delete-frame): Correct misstyped name of variable `exwm-workspace--client-p-hash-table'. --- exwm-workspace.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exwm-workspace.el b/exwm-workspace.el index 273ead7f0158..c513347119a2 100644 --- a/exwm-workspace.el +++ b/exwm-workspace.el @@ -1470,7 +1470,7 @@ the next workspace." (let ((exwm-workspace--create-silently t)) (make-frame))) (exwm-workspace--remove-frame-as-workspace frame) - (remhash frame exwm--client-p-hash-table)))) + (remhash frame exwm-workspace--client-p-hash-table)))) (defun exwm-workspace--on-after-make-frame (frame) "Hook run upon `make-frame' that configures FRAME as a workspace." -- cgit 1.4.1