]> git.eshelyaron.com Git - emacs.git/commitdiff
Update pconf for compile.el mode-line-process changes
authorPierre Lorenzon <devel@pollock-nageoire.net>
Wed, 29 Aug 2018 03:28:32 +0000 (05:28 +0200)
committerNoam Postavsky <npostavs@gmail.com>
Mon, 17 Sep 2018 00:25:44 +0000 (20:25 -0400)
* lisp/cedet/ede/pconf.el (ede-proj-configure-synchronize): Check the
first list element of mode-line-process (Bug#32564).

Copyright-paperwork-exempt: yes

lisp/cedet/ede/pconf.el

index 9368420a740fa686ea9ded350b58014f6234a11b..495903d7efb706afd209eed9736adf496f966fce 100644 (file)
@@ -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?