Move Code: labels before the beginning of code
From the places where they were inserted by checkdoc.
This commit is contained in:
parent
91888abb91
commit
119aef1b08
@ -37,10 +37,10 @@
|
|||||||
;; outside this module, except for using a different communication
|
;; outside this module, except for using a different communication
|
||||||
;; class.
|
;; class.
|
||||||
|
|
||||||
(require 'eieio)
|
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
(require 'eieio)
|
||||||
|
|
||||||
(defclass pw-accessor ()
|
(defclass pw-accessor ()
|
||||||
()
|
()
|
||||||
:documentation
|
:documentation
|
||||||
|
@ -32,11 +32,11 @@
|
|||||||
;; pw-lib caches data retrieved from PipeWire and uses the cached
|
;; pw-lib caches data retrieved from PipeWire and uses the cached
|
||||||
;; data. If The cache can be invalidated by calling `pw-lib-refresh'.
|
;; data. If The cache can be invalidated by calling `pw-lib-refresh'.
|
||||||
|
|
||||||
|
;;; Code:
|
||||||
|
|
||||||
(require 'cl-lib)
|
(require 'cl-lib)
|
||||||
(require 'pw-access)
|
(require 'pw-access)
|
||||||
|
|
||||||
;;; Code:
|
|
||||||
|
|
||||||
(defvar pw-lib--accessor (pw-cli-accessor))
|
(defvar pw-lib--accessor (pw-cli-accessor))
|
||||||
|
|
||||||
(defvar pw-lib--objects '())
|
(defvar pw-lib--objects '())
|
||||||
|
4
pw-ui.el
4
pw-ui.el
@ -31,10 +31,10 @@
|
|||||||
;; `pipewire-toggle-muted' functions are also suitable to bind on the
|
;; `pipewire-toggle-muted' functions are also suitable to bind on the
|
||||||
;; multimedia keys.
|
;; multimedia keys.
|
||||||
|
|
||||||
(require 'pw-lib)
|
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
(require 'pw-lib)
|
||||||
|
|
||||||
(defgroup pipewire ()
|
(defgroup pipewire ()
|
||||||
"PipeWire user interface."
|
"PipeWire user interface."
|
||||||
:group 'multimedia)
|
:group 'multimedia)
|
||||||
|
Loading…
Reference in New Issue
Block a user