Move Code: label before the beginning of code

From the place where it was inserted by checkdoc.
This commit is contained in:
Milan Zamazal 2022-07-05 13:23:23 +02:00
parent 57a18de9aa
commit 3e37e3ad0c
1 changed files with 2 additions and 2 deletions

View File

@ -33,10 +33,10 @@
;; `M-x pip-frame-remove-buffer' or close the whole frame with
;; `M-x pip-frame-delete-frame'.
(require 'cl-lib)
;;; Code:
(require 'cl-lib)
(defgroup pip-frame ()
"Display PIP frame."
:group 'frames)