]> git.eshelyaron.com Git - emacs.git/commit
(compilation-parse-errors-function): Remove obsolete var
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 21 Jul 2022 22:39:11 +0000 (18:39 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 21 Jul 2022 22:59:57 +0000 (18:59 -0400)
commit8fac539b507f8cbf434b82af504066b575201e16
treee24ccc17971fbdd8fbcc63125d297bd4e0e91dee
parent642d7e2884bae304ee45cc2f27acfc587a5e8518
(compilation-parse-errors-function): Remove obsolete var

* lisp/progmodes/compile.el (compilation-parse-errors-function): Remove.
(compilation--parse-region): Simplify accordingly.
(compilation--compat-parse-errors): Remove function, not used any more.
(compilation-error-list, compilation-parsing-end)
(compilation-old-error-list): Remove vars, not used any more.
(compilation-last-buffer): Mark as obsolete (sadly, forgot to do that
back in Emacs-22).

* lisp/textmodes/tex-mode.el: Remove old code that was needed for
Emacs<24.

* lisp/progmodes/prolog.el (prolog-consult-compile): Remove long-dead code.
(compilation-parse-errors-function): Remove declaration, not used any more.
(prolog-parse-sicstus-compilation-errors): Remove function, not used any more.
etc/NEWS
lisp/obsolete/rcompile.el
lisp/progmodes/compile.el
lisp/progmodes/grep.el
lisp/progmodes/prolog.el
lisp/progmodes/verilog-mode.el
lisp/textmodes/tex-mode.el