projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c791f36
)
Fix osc.el compilation warning
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 18 Sep 2022 12:51:37 +0000
(14:51 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 18 Sep 2022 12:51:37 +0000
(14:51 +0200)
* lisp/osc.el (compilation-filter-start): Avoid compilation warning.
lisp/osc.el
patch
|
blob
|
history
diff --git
a/lisp/osc.el
b/lisp/osc.el
index 89467bc4cfbd983d2d26912bb83323cbf857ba13..ea6abaebd3b2f96cdb2b3d53b2d416ae31602763 100644
(file)
--- 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.