From 3e37e3ad0c1323125345023e8a2a5ebefd494596 Mon Sep 17 00:00:00 2001 From: Milan Zamazal Date: Tue, 5 Jul 2022 13:23:23 +0200 Subject: [PATCH] Move Code: label before the beginning of code From the place where it was inserted by checkdoc. --- pip-frame.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pip-frame.el b/pip-frame.el index 11443ea..64f3493 100644 --- a/pip-frame.el +++ b/pip-frame.el @@ -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)