projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db64d4d
)
Update pconf for compile.el mode-line-process changes
author
Pierre Lorenzon
<devel@pollock-nageoire.net>
Wed, 29 Aug 2018 03:28:32 +0000
(
05:28
+0200)
committer
Noam 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
patch
|
blob
|
history
diff --git
a/lisp/cedet/ede/pconf.el
b/lisp/cedet/ede/pconf.el
index 9368420a740fa686ea9ded350b58014f6234a11b..495903d7efb706afd209eed9736adf496f966fce 100644
(file)
--- 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?