aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2018-02-28 15:50:37 -0500
committerGlenn Morris2018-02-28 15:50:37 -0500
commite1a26cdad98ae101fe03bd5484974f7db1cbfd59 (patch)
tree50e94bec2184daf85d0b1c62011395c4d39b75b7
parent55444a5a7aac77b5f12ff9453b16cb99f6c065f5 (diff)
downloademacs-e1a26cdad98ae101fe03bd5484974f7db1cbfd59.tar.gz
emacs-e1a26cdad98ae101fe03bd5484974f7db1cbfd59.zip
Quieten compilation of octave.el
* lisp/progmodes/octave.el (compilation-forget-errors): Re-declare.
-rw-r--r--lisp/progmodes/octave.el2
1 files changed, 2 insertions, 0 deletions
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))
1165 "Face used to highlight function comment block.") 1165 "Face used to highlight function comment block.")
1166 1166
1167(eval-when-compile (require 'texinfo)) 1167(eval-when-compile (require 'texinfo))
1168;; Undo the effects of texinfo loading tex-mode loading compile.
1169(declare-function compilation-forget-errors "compile" ())
1168 1170
1169(defun octave-font-lock-texinfo-comment () 1171(defun octave-font-lock-texinfo-comment ()
1170 (let ((kws 1172 (let ((kws