From e1a26cdad98ae101fe03bd5484974f7db1cbfd59 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 28 Feb 2018 15:50:37 -0500 Subject: [PATCH] Quieten compilation of octave.el * lisp/progmodes/octave.el (compilation-forget-errors): Re-declare. --- lisp/progmodes/octave.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/progmodes/octave.el b/lisp/progmodes/octave.el index c768d8d6f4d..f5d764e16c3 100644 --- a/lisp/progmodes/octave.el +++ b/lisp/progmodes/octave.el @@ -1165,6 +1165,8 @@ q: Don't fix\n" func file)) "Face used to highlight function comment block.") (eval-when-compile (require 'texinfo)) +;; Undo the effects of texinfo loading tex-mode loading compile. +(declare-function compilation-forget-errors "compile" ()) (defun octave-font-lock-texinfo-comment () (let ((kws -- 2.39.5