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
|
||||
;; class.
|
||||
|
||||
(require 'eieio)
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'eieio)
|
||||
|
||||
(defclass pw-accessor ()
|
||||
()
|
||||
:documentation
|
||||
|
@ -32,11 +32,11 @@
|
||||
;; pw-lib caches data retrieved from PipeWire and uses the cached
|
||||
;; data. If The cache can be invalidated by calling `pw-lib-refresh'.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'cl-lib)
|
||||
(require 'pw-access)
|
||||
|
||||
;;; Code:
|
||||
|
||||
(defvar pw-lib--accessor (pw-cli-accessor))
|
||||
|
||||
(defvar pw-lib--objects '())
|
||||
|
Loading…
Reference in New Issue
Block a user