From: Lars Ingebrigtsen Date: Sun, 18 Sep 2022 12:51:37 +0000 (+0200) Subject: Fix osc.el compilation warning X-Git-Tag: emacs-29.0.90~1856^2~394 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9afe0de266e889c883984826e1c6a42c278dbd11;p=emacs.git Fix osc.el compilation warning * lisp/osc.el (compilation-filter-start): Avoid compilation warning. --- 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.