Drop :version keywords from defgroup

These may refer to an Emacs version and may have been added by mistake.
This commit is contained in:
Daniel Mendler 2024-01-09 19:43:17 +01:00
parent 96a9de8c19
commit c573ff143a
8 changed files with 0 additions and 8 deletions

View file

@ -31,7 +31,6 @@
(defgroup exwm-floating nil (defgroup exwm-floating nil
"Floating." "Floating."
:version "25.3"
:group 'exwm) :group 'exwm)
(defcustom exwm-floating-setup-hook nil (defcustom exwm-floating-setup-hook nil

View file

@ -40,7 +40,6 @@
(defgroup exwm-input nil (defgroup exwm-input nil
"Input." "Input."
:version "25.3"
:group 'exwm) :group 'exwm)
(defcustom exwm-input-prefix-keys (defcustom exwm-input-prefix-keys

View file

@ -29,7 +29,6 @@
(defgroup exwm-layout nil (defgroup exwm-layout nil
"Layout." "Layout."
:version "25.3"
:group 'exwm) :group 'exwm)
(defcustom exwm-layout-auto-iconify t (defcustom exwm-layout-auto-iconify t

View file

@ -30,7 +30,6 @@
(defgroup exwm-manage nil (defgroup exwm-manage nil
"Manage." "Manage."
:version "25.3"
:group 'exwm) :group 'exwm)
(defcustom exwm-manage-finish-hook nil (defcustom exwm-manage-finish-hook nil

View file

@ -56,7 +56,6 @@
(defgroup exwm-randr nil (defgroup exwm-randr nil
"RandR." "RandR."
:version "25.3"
:group 'exwm) :group 'exwm)
(defcustom exwm-randr-refresh-hook nil (defcustom exwm-randr-refresh-hook nil

View file

@ -57,7 +57,6 @@
(defgroup exwm-systemtray nil (defgroup exwm-systemtray nil
"System tray." "System tray."
:version "25.3"
:group 'exwm) :group 'exwm)
(defcustom exwm-systemtray-height nil (defcustom exwm-systemtray-height nil

View file

@ -31,7 +31,6 @@
(defgroup exwm-workspace nil (defgroup exwm-workspace nil
"Workspace." "Workspace."
:version "25.3"
:group 'exwm) :group 'exwm)
(defcustom exwm-workspace-switch-hook nil (defcustom exwm-workspace-switch-hook nil

View file

@ -79,7 +79,6 @@
(defgroup exwm nil (defgroup exwm nil
"Emacs X Window Manager." "Emacs X Window Manager."
:tag "EXWM" :tag "EXWM"
:version "25.3"
:group 'applications :group 'applications
:prefix "exwm-") :prefix "exwm-")