emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master e1a26cd: Quieten compilation of octave.el


From: Glenn Morris
Subject: [Emacs-diffs] master e1a26cd: Quieten compilation of octave.el
Date: Wed, 28 Feb 2018 15:50:47 -0500 (EST)

branch: master
commit e1a26cdad98ae101fe03bd5484974f7db1cbfd59
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    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 c768d8d..f5d764e 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]