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-core.el | |
parent | 3909f65bae17af118ea7b1acf714289b35ea1b3d (diff) |
Minor cleanups
; Eliminate compile warnings. ; Rename frame parameter 'exwm--urgency' to 'exwm-urgency'. ; Simplify expressions.
Diffstat (limited to 'exwm-core.el')
-rw-r--r-- | exwm-core.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/exwm-core.el b/exwm-core.el index fe46c8bcb901..f0508c602967 100644 --- a/exwm-core.el +++ b/exwm-core.el @@ -221,8 +221,7 @@ (setq mode-name '(:eval (propertize "EXWM" 'face (when (cl-some (lambda (i) - (frame-parameter i - 'exwm--urgency)) + (frame-parameter i 'exwm-urgency)) exwm-workspace--list) 'font-lock-warning-face)))) ;; Change major-mode is not allowed |