diff --git a/exwm-background.el b/exwm-background.el index 7b3481d..8f6558c 100644 --- a/exwm-background.el +++ b/exwm-background.el @@ -201,5 +201,4 @@ may kill this connection when they replace it.") exwm-background--atoms nil)) (provide 'exwm-background) - ;;; exwm-background.el ends here diff --git a/exwm-core.el b/exwm-core.el index de2e3ad..45e5e9a 100644 --- a/exwm-core.el +++ b/exwm-core.el @@ -436,8 +436,5 @@ immediately enabled or disabled." (remove-hook 'exwm-exit-hook #',exit) (when exwm--connection (,exit))))))) - - (provide 'exwm-core) - ;;; exwm-core.el ends here diff --git a/exwm-floating.el b/exwm-floating.el index ff17de2..bd589c9 100644 --- a/exwm-floating.el +++ b/exwm-floating.el @@ -789,8 +789,5 @@ Both DELTA-X and DELTA-Y default to 1. This command should be bound locally." "Exit the floating module." (exwm--log)) - - (provide 'exwm-floating) - ;;; exwm-floating.el ends here diff --git a/exwm-input.el b/exwm-input.el index 8257cb3..7503077 100644 --- a/exwm-input.el +++ b/exwm-input.el @@ -1225,8 +1225,5 @@ One use is to access the keymap bound to KEYS (as prefix keys) in `char-mode'." :time xcb:Time:CurrentTime)) (xcb:flush exwm--connection))) - - (provide 'exwm-input) - ;;; exwm-input.el ends here diff --git a/exwm-layout.el b/exwm-layout.el index 5a0b217..2fa6468 100644 --- a/exwm-layout.el +++ b/exwm-layout.el @@ -622,8 +622,5 @@ See also `exwm-layout-enlarge-window'." (setq exwm-layout--timer nil)) (remove-hook 'echo-area-clear-hook #'exwm-layout--on-echo-area-change)) - - (provide 'exwm-layout) - ;;; exwm-layout.el ends here diff --git a/exwm-manage.el b/exwm-manage.el index ab66e29..f29186f 100644 --- a/exwm-manage.el +++ b/exwm-manage.el @@ -826,8 +826,5 @@ SYNTHETIC indicates whether the event is a synthetic event." (remove-hook 'delete-frame-functions #'exwm-manage--remove-frame) (setq exwm-manage--_MOTIF_WM_HINTS nil)) - - (provide 'exwm-manage) - ;;; exwm-manage.el ends here diff --git a/exwm-randr.el b/exwm-randr.el index 9e7afe6..31e43ea 100644 --- a/exwm-randr.el +++ b/exwm-randr.el @@ -381,8 +381,5 @@ Refresh when any RandR 1.5 monitor changes." (xcb:disconnect exwm-randr--connection) (setq exwm-randr--connection nil))) - - (provide 'exwm-randr) - ;;; exwm-randr.el ends here diff --git a/exwm-systemtray.el b/exwm-systemtray.el index bc7d2a6..5c5a991 100644 --- a/exwm-systemtray.el +++ b/exwm-systemtray.el @@ -689,8 +689,5 @@ Argument DATA contains the raw event data." (when (boundp 'exwm-randr-refresh-hook) (remove-hook 'exwm-randr-refresh-hook #'exwm-systemtray--refresh-all)))) - - (provide 'exwm-systemtray) - ;;; exwm-systemtray.el ends here diff --git a/exwm-workspace.el b/exwm-workspace.el index d8ae9d7..1089f9e 100644 --- a/exwm-workspace.el +++ b/exwm-workspace.el @@ -1763,8 +1763,5 @@ applied to all subsequently created X frames." (accept-process-output nil 0.1))) (setq exwm-workspace--fullscreen-frame-count nil)) - - (provide 'exwm-workspace) - ;;; exwm-workspace.el ends here diff --git a/exwm-xim.el b/exwm-xim.el index 8546f51..e0de21d 100644 --- a/exwm-xim.el +++ b/exwm-xim.el @@ -803,8 +803,5 @@ Such event would be received when the client window is destroyed." :group 'exwm (exwm--global-minor-mode-body xim)) - - (provide 'exwm-xim) - ;;; exwm-xim.el ends here diff --git a/exwm-xsettings.el b/exwm-xsettings.el index a47573a..ebb07e0 100644 --- a/exwm-xsettings.el +++ b/exwm-xsettings.el @@ -320,5 +320,4 @@ SERIAL is a sequence number." exwm-xsettings--selection-owner-window nil))) (provide 'exwm-xsettings) - ;;; exwm-xsettings.el ends here diff --git a/exwm.el b/exwm.el index 537d616..db69447 100644 --- a/exwm.el +++ b/exwm.el @@ -1139,8 +1139,5 @@ If FORCE is any other non-nil value, force killing of Emacs." ;; Set the return value. t)) - - (provide 'exwm) - ;;; exwm.el ends here