diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2016-07-21T04·41+0800 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2016-07-21T04·41+0800 |
commit | 6571bb5761241be16c49f4b9af4314851b36eb18 (patch) | |
tree | 818ed75c0da826f0379d1145bd9147c549648706 /exwm-input.el | |
parent | 3909f65bae17af118ea7b1acf714289b35ea1b3d (diff) |
Minor cleanups
; Eliminate compile warnings. ; Rename frame parameter 'exwm--urgency' to 'exwm-urgency'. ; Simplify expressions.
Diffstat (limited to 'exwm-input.el')
-rw-r--r-- | exwm-input.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exwm-input.el b/exwm-input.el index b0c9b2c129ea..c1028ac8e385 100644 --- a/exwm-input.el +++ b/exwm-input.el @@ -116,7 +116,7 @@ It's updated in several occasions, and only used by `exwm-input--set-focus'.") (if (not (eq exwm--frame exwm-workspace--current)) ;; Do not focus X windows on other workspace (progn - (set-frame-parameter exwm--frame 'exwm--urgency t) + (set-frame-parameter exwm--frame 'exwm-urgency t) (setq exwm-workspace--switch-history-outdated t) (force-mode-line-update) ;; The application may have changed its input focus |