diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2017-02-24T15·25+0800 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2017-02-24T15·25+0800 |
commit | d0e98957485afa6a91d3c8be1520d65e46987718 (patch) | |
tree | fa40774deedf9d6d3b5f23c9f5e8720081fb3d79 /exwm-core.el | |
parent | 46e1d7a754bdf66cf89e6d3fad3d1c4bf003db3a (diff) |
; Expose `exwm-input-line-mode-passthrough' as a public interface.
Diffstat (limited to 'exwm-core.el')
-rw-r--r-- | exwm-core.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exwm-core.el b/exwm-core.el index c5f28cb79cac..750f134d1e8f 100644 --- a/exwm-core.el +++ b/exwm-core.el @@ -80,7 +80,7 @@ (logior xcb:EventMask:StructureNotify xcb:EventMask:PropertyChange)) "Event mask set on all managed windows.") -(defvar exwm-input--line-mode-passthrough) +(defvar exwm-input-line-mode-passthrough) (defvar exwm-input--global-prefix-keys) (defvar exwm-input-prefix-keys) (defvar exwm-input--simulation-prefix-keys) @@ -154,7 +154,7 @@ (lambda () (interactive) (cond - ((or exwm-input--line-mode-passthrough + ((or exwm-input-line-mode-passthrough ;; Do not test `exwm-input--during-command'. (active-minibuffer-window) (memq last-input-event exwm-input--global-prefix-keys) |