Skip to content

Commit

Permalink
Correct wrong variable name
Browse files Browse the repository at this point in the history
* exwm-workspace.el (exwm-workspace--on-delete-frame): Correct
misstyped name of variable `exwm-workspace--client-p-hash-table'.
  • Loading branch information
medranocalvo committed Nov 2, 2021
1 parent 571ca22 commit 5098708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exwm-workspace.el
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 5098708

Please sign in to comment.