From 9afe0de266e889c883984826e1c6a42c278dbd11 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 18 Sep 2022 14:51:37 +0200 Subject: [PATCH] Fix osc.el compilation warning * lisp/osc.el (compilation-filter-start): Avoid compilation warning. --- lisp/osc.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/osc.el b/lisp/osc.el index 89467bc4cfb..ea6abaebd3b 100644 --- a/lisp/osc.el +++ b/lisp/osc.el @@ -171,6 +171,8 @@ must be in `compilation-filter-hook'." :group 'osc :version "29.0") +(defvar compilation-filter-start) + ;;;###autoload (defun osc-compilation-filter () "Maybe collect OSC control sequences. -- 2.39.2