Move Code: labels before the beginning of code

From the places where they were inserted by checkdoc.
This commit is contained in:
2022-07-05 13:30:30 +02:00
parent 91888abb91
commit 119aef1b08
3 changed files with 6 additions and 6 deletions

View File

@@ -37,10 +37,10 @@
;; outside this module, except for using a different communication
;; class.
(require 'eieio)
;;; Code:
(require 'eieio)
(defclass pw-accessor ()
()
:documentation