; * lisp/delsel.el: Load cl-lib when byte-compiling to avoid warning.

This commit is contained in:
Eli Zaretskii 2026-02-15 07:16:52 +02:00
parent cdf360059f
commit 9176826f41

View file

@ -60,6 +60,9 @@
;;; Code:
(eval-when-compile
(require 'cl-lib))
(defcustom delete-selection-save-to-register nil
"If non-nil, deleted region text is stored in this register.
Value must be the register (key) to use."