projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2c1b03
)
; Add FIXME regarding previous change
author
Noam Postavsky
<npostavs@gmail.com>
Mon, 17 Sep 2018 00:12:33 +0000
(20:12 -0400)
committer
Noam Postavsky
<npostavs@gmail.com>
Mon, 17 Sep 2018 00:25:44 +0000
(20:25 -0400)
lisp/cedet/ede/pconf.el
patch
|
blob
|
history
diff --git
a/lisp/cedet/ede/pconf.el
b/lisp/cedet/ede/pconf.el
index 495903d7efb706afd209eed9736adf496f966fce..cba7aaad8eca81b2892d857b5f03e7f40b04a9a3 100644
(file)
--- a/
lisp/cedet/ede/pconf.el
+++ b/
lisp/cedet/ede/pconf.el
@@
-135,6
+135,8
@@
don't do it. A value of nil means to just do it.")
(with-current-buffer "*compilation*"
(goto-char (point-max))
+ ;; FIXME: Use `compilation-finish-functions' or similar to
+ ;; avoid relying on exact format of `mode-line-process'.
(when (not (string= (car mode-line-process) ":exit [0]"))
(error "Configure failed!"))