mirror of
https://github.com/ch11ng/exwm.git
synced 2025-04-03 01:35:29 +02:00
exwm-blocking-subrs: x-* functions may be missing on some Emacs builds
Avoid compiler warnings. Follow-up of #937.
This commit is contained in:
parent
798dc60a9b
commit
b5bae10fd4
1 changed files with 3 additions and 2 deletions
5
exwm.el
5
exwm.el
|
@ -98,8 +98,9 @@
|
|||
:type 'hook)
|
||||
|
||||
(defcustom exwm-blocking-subrs
|
||||
(list #'x-file-dialog #'x-popup-dialog #'x-select-font
|
||||
#'message-box #'message-or-box)
|
||||
;; `x-file-dialog' and `x-select-font' are missing on some Emacs builds, for
|
||||
;; example on the X11 Lucid build.
|
||||
'(x-file-dialog x-popup-dialog x-select-font message-box message-or-box)
|
||||
"Subrs (primitives) that would normally block EXWM."
|
||||
:type '(repeat function))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue