emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master b2c1b03 1/3: Update pconf for compile.el mode-l


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master b2c1b03 1/3: Update pconf for compile.el mode-line-process changes
Date: Sun, 16 Sep 2018 23:03:10 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> -         (when (not (string= mode-line-process ":exit [0]"))
> +            (when (not (string= (car mode-line-process) ":exit [0]"))

There has to be a better way of testing the exit code of a compilation,
and if really there isn't, we should add one.


        Stefan



reply via email to

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