mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
Quieten compilation of octave.el
* lisp/progmodes/octave.el (compilation-forget-errors): Re-declare.
This commit is contained in:
parent
55444a5a7a
commit
e1a26cdad9
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue