aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoam Postavsky2018-09-16 20:12:33 -0400
committerNoam Postavsky2018-09-16 20:25:44 -0400
commitbc4f4b6e0ccbc361f4fabbed5eb2e5a357107588 (patch)
tree0a03cd075099256b280fc29e656d04bae964351b
parentb2c1b03f6ba1fbf0514bd51dfbbc36d202d0c807 (diff)
downloademacs-bc4f4b6e0ccbc361f4fabbed5eb2e5a357107588.tar.gz
emacs-bc4f4b6e0ccbc361f4fabbed5eb2e5a357107588.zip
; Add FIXME regarding previous change
-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.")
135 (with-current-buffer "*compilation*" 135 (with-current-buffer "*compilation*"
136 (goto-char (point-max)) 136 (goto-char (point-max))
137 137
138 ;; FIXME: Use `compilation-finish-functions' or similar to
139 ;; avoid relying on exact format of `mode-line-process'.
138 (when (not (string= (car mode-line-process) ":exit [0]")) 140 (when (not (string= (car mode-line-process) ":exit [0]"))
139 (error "Configure failed!")) 141 (error "Configure failed!"))
140 142