From: Noam Postavsky Date: Mon, 17 Sep 2018 00:12:33 +0000 (-0400) Subject: ; Add FIXME regarding previous change X-Git-Tag: emacs-27.0.90~4404 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bc4f4b6e0ccbc361f4fabbed5eb2e5a357107588;p=emacs.git ; Add FIXME regarding previous change --- 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!"))