; Use standard package footer formatting

This commit is contained in:
Daniel Mendler 2024-12-22 14:06:14 +01:00
parent 4321cc079b
commit 66f610203d
No known key found for this signature in database
GPG key ID: D88ADB2A2693CA43
12 changed files with 0 additions and 32 deletions

View file

@ -201,5 +201,4 @@ may kill this connection when they replace it.")
exwm-background--atoms nil)) exwm-background--atoms nil))
(provide 'exwm-background) (provide 'exwm-background)
;;; exwm-background.el ends here ;;; exwm-background.el ends here

View file

@ -436,8 +436,5 @@ immediately enabled or disabled."
(remove-hook 'exwm-exit-hook #',exit) (remove-hook 'exwm-exit-hook #',exit)
(when exwm--connection (,exit))))))) (when exwm--connection (,exit)))))))
(provide 'exwm-core) (provide 'exwm-core)
;;; exwm-core.el ends here ;;; exwm-core.el ends here

View file

@ -789,8 +789,5 @@ Both DELTA-X and DELTA-Y default to 1. This command should be bound locally."
"Exit the floating module." "Exit the floating module."
(exwm--log)) (exwm--log))
(provide 'exwm-floating) (provide 'exwm-floating)
;;; exwm-floating.el ends here ;;; exwm-floating.el ends here

View file

@ -1225,8 +1225,5 @@ One use is to access the keymap bound to KEYS (as prefix keys) in `char-mode'."
:time xcb:Time:CurrentTime)) :time xcb:Time:CurrentTime))
(xcb:flush exwm--connection))) (xcb:flush exwm--connection)))
(provide 'exwm-input) (provide 'exwm-input)
;;; exwm-input.el ends here ;;; exwm-input.el ends here

View file

@ -622,8 +622,5 @@ See also `exwm-layout-enlarge-window'."
(setq exwm-layout--timer nil)) (setq exwm-layout--timer nil))
(remove-hook 'echo-area-clear-hook #'exwm-layout--on-echo-area-change)) (remove-hook 'echo-area-clear-hook #'exwm-layout--on-echo-area-change))
(provide 'exwm-layout) (provide 'exwm-layout)
;;; exwm-layout.el ends here ;;; exwm-layout.el ends here

View file

@ -826,8 +826,5 @@ SYNTHETIC indicates whether the event is a synthetic event."
(remove-hook 'delete-frame-functions #'exwm-manage--remove-frame) (remove-hook 'delete-frame-functions #'exwm-manage--remove-frame)
(setq exwm-manage--_MOTIF_WM_HINTS nil)) (setq exwm-manage--_MOTIF_WM_HINTS nil))
(provide 'exwm-manage) (provide 'exwm-manage)
;;; exwm-manage.el ends here ;;; exwm-manage.el ends here

View file

@ -381,8 +381,5 @@ Refresh when any RandR 1.5 monitor changes."
(xcb:disconnect exwm-randr--connection) (xcb:disconnect exwm-randr--connection)
(setq exwm-randr--connection nil))) (setq exwm-randr--connection nil)))
(provide 'exwm-randr) (provide 'exwm-randr)
;;; exwm-randr.el ends here ;;; exwm-randr.el ends here

View file

@ -689,8 +689,5 @@ Argument DATA contains the raw event data."
(when (boundp 'exwm-randr-refresh-hook) (when (boundp 'exwm-randr-refresh-hook)
(remove-hook 'exwm-randr-refresh-hook #'exwm-systemtray--refresh-all)))) (remove-hook 'exwm-randr-refresh-hook #'exwm-systemtray--refresh-all))))
(provide 'exwm-systemtray) (provide 'exwm-systemtray)
;;; exwm-systemtray.el ends here ;;; exwm-systemtray.el ends here

View file

@ -1763,8 +1763,5 @@ applied to all subsequently created X frames."
(accept-process-output nil 0.1))) (accept-process-output nil 0.1)))
(setq exwm-workspace--fullscreen-frame-count nil)) (setq exwm-workspace--fullscreen-frame-count nil))
(provide 'exwm-workspace) (provide 'exwm-workspace)
;;; exwm-workspace.el ends here ;;; exwm-workspace.el ends here

View file

@ -803,8 +803,5 @@ Such event would be received when the client window is destroyed."
:group 'exwm :group 'exwm
(exwm--global-minor-mode-body xim)) (exwm--global-minor-mode-body xim))
(provide 'exwm-xim) (provide 'exwm-xim)
;;; exwm-xim.el ends here ;;; exwm-xim.el ends here

View file

@ -320,5 +320,4 @@ SERIAL is a sequence number."
exwm-xsettings--selection-owner-window nil))) exwm-xsettings--selection-owner-window nil)))
(provide 'exwm-xsettings) (provide 'exwm-xsettings)
;;; exwm-xsettings.el ends here ;;; exwm-xsettings.el ends here

View file

@ -1139,8 +1139,5 @@ If FORCE is any other non-nil value, force killing of Emacs."
;; Set the return value. ;; Set the return value.
t)) t))
(provide 'exwm) (provide 'exwm)
;;; exwm.el ends here ;;; exwm.el ends here