summaryrefslogtreecommitdiff
path: root/lisp/cedet/ede/pconf.el
diff options
context:
space:
mode:
authorNoam Postavsky <npostavs@gmail.com>2018-09-16 20:12:33 -0400
committerNoam Postavsky <npostavs@gmail.com>2018-09-16 20:25:44 -0400
commitbc4f4b6e0ccbc361f4fabbed5eb2e5a357107588 (patch)
tree0a03cd075099256b280fc29e656d04bae964351b /lisp/cedet/ede/pconf.el
parentb2c1b03f6ba1fbf0514bd51dfbbc36d202d0c807 (diff)
downloademacs-bc4f4b6e0ccbc361f4fabbed5eb2e5a357107588.tar.gz
; Add FIXME regarding previous change
Diffstat (limited to 'lisp/cedet/ede/pconf.el')
-rw-r--r--lisp/cedet/ede/pconf.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/cedet/ede/pconf.el b/lisp/cedet/ede/pconf.el
index 495903d7efb..cba7aaad8ec 100644
--- 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!"))