From: Pierre Lorenzon Date: Wed, 29 Aug 2018 03:28:32 +0000 (+0200) Subject: Update pconf for compile.el mode-line-process changes X-Git-Tag: emacs-27.0.90~4405 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b2c1b03f6ba1fbf0514bd51dfbbc36d202d0c807;p=emacs.git Update pconf for compile.el mode-line-process changes * lisp/cedet/ede/pconf.el (ede-proj-configure-synchronize): Check the first list element of mode-line-process (Bug#32564). Copyright-paperwork-exempt: yes --- diff --git a/lisp/cedet/ede/pconf.el b/lisp/cedet/ede/pconf.el index 9368420a740..495903d7efb 100644 --- a/lisp/cedet/ede/pconf.el +++ b/lisp/cedet/ede/pconf.el @@ -135,7 +135,7 @@ don't do it. A value of nil means to just do it.") (with-current-buffer "*compilation*" (goto-char (point-max)) - (when (not (string= mode-line-process ":exit [0]")) + (when (not (string= (car mode-line-process) ":exit [0]")) (error "Configure failed!")) ;; The Makefile is now recreated by configure?