mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
(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.
This commit is contained in:
parent
642d7e2884
commit
8fac539b50
7 changed files with 77 additions and 144 deletions
|
|
@ -5458,7 +5458,7 @@ For example:
|
|||
becomes:
|
||||
// surefire lint_line_off UDDONX"
|
||||
(interactive)
|
||||
(let ((buff (if (boundp 'next-error-last-buffer)
|
||||
(let ((buff (if (boundp 'next-error-last-buffer) ;Added to Emacs-22.1
|
||||
next-error-last-buffer
|
||||
compilation-last-buffer)))
|
||||
(when (buffer-live-p buff)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue