diff options
| -rw-r--r-- | lisp/progmodes/octave.el | 2 |
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 |