emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/exwm 81529c2 02/14: Cleanup exwm-input on exit


From: Chris Feng
Subject: [elpa] externals/exwm 81529c2 02/14: Cleanup exwm-input on exit
Date: Thu, 8 Mar 2018 12:08:06 -0500 (EST)

branch: externals/exwm
commit 81529c2e89e1a9ea757428d47de2a65211095d45
Author: Adrián Medraño Calvo <address@hidden>
Commit: Adrián Medraño Calvo <address@hidden>

    Cleanup exwm-input on exit
    
    * exwm-input.el (exwm-input--exit): Remove missing hook reset window
    variable.
---
 exwm-input.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/exwm-input.el b/exwm-input.el
index ee44624..d194b53 100644
--- a/exwm-input.el
+++ b/exwm-input.el
@@ -969,6 +969,7 @@ where both ORIGINAL-KEY and SIMULATED-KEY are key 
sequences."
 (defun exwm-input--exit ()
   "Exit the input module."
   (exwm-input--unset-simulation-keys)
+  (remove-hook 'minibuffer-setup-hook #'exwm-input--on-minibuffer-setup)
   (remove-hook 'pre-command-hook #'exwm-input--on-pre-command)
   (remove-hook 'post-command-hook #'exwm-input--on-post-command)
   (remove-hook 'buffer-list-update-hook #'exwm-input--on-buffer-list-update)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]