emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Noam Postavsky
Subject: [Emacs-diffs] master b2c1b03 1/3: Update pconf for compile.el mode-line-process changes
Date: Sun, 16 Sep 2018 20:35:21 -0400 (EDT)

branch: master
commit b2c1b03f6ba1fbf0514bd51dfbbc36d202d0c807
Author: Pierre Lorenzon <address@hidden>
Commit: Noam Postavsky <address@hidden>

    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
---
 lisp/cedet/ede/pconf.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/cedet/ede/pconf.el b/lisp/cedet/ede/pconf.el
index 9368420..495903d 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?



reply via email to

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