]> git.eshelyaron.com Git - emacs.git/commitdiff
; Add FIXME regarding previous change
authorNoam Postavsky <npostavs@gmail.com>
Mon, 17 Sep 2018 00:12:33 +0000 (20:12 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Mon, 17 Sep 2018 00:25:44 +0000 (20:25 -0400)
lisp/cedet/ede/pconf.el

index 495903d7efb706afd209eed9736adf496f966fce..cba7aaad8eca81b2892d857b5f03e7f40b04a9a3 100644 (file)
@@ -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!"))