emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/exwm 66f610203d 2/2: ; Use standard package footer form


From: ELPA Syncer
Subject: [elpa] externals/exwm 66f610203d 2/2: ; Use standard package footer formatting
Date: Sun, 22 Dec 2024 09:58:04 -0500 (EST)

branch: externals/exwm
commit 66f610203db5dc65967af566fd2bf14bdb72dcf0
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    ; Use standard package footer formatting
---
 exwm-background.el | 1 -
 exwm-core.el       | 3 ---
 exwm-floating.el   | 3 ---
 exwm-input.el      | 3 ---
 exwm-layout.el     | 3 ---
 exwm-manage.el     | 3 ---
 exwm-randr.el      | 3 ---
 exwm-systemtray.el | 3 ---
 exwm-workspace.el  | 3 ---
 exwm-xim.el        | 3 ---
 exwm-xsettings.el  | 1 -
 exwm.el            | 3 ---
 12 files changed, 32 deletions(-)

diff --git a/exwm-background.el b/exwm-background.el
index 7b3481dc8e..8f6558c86c 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 de2e3ad488..45e5e9a88d 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 ff17de2f04..bd589c95d6 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 8257cb392a..750307755f 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 5a0b217613..2fa6468b74 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 ab66e298ac..f29186fba4 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 9e7afe6f6b..31e43eac3a 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 bc7d2a6f31..5c5a9914e6 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 d8ae9d70d5..1089f9e24a 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 8546f514ac..e0de21d81d 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 a47573a2dc..ebb07e0041 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 537d616335..db69447bf5 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]