emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master bc4f4b6 2/3: ; Add FIXME regarding previous change


From: Noam Postavsky
Subject: [Emacs-diffs] master bc4f4b6 2/3: ; Add FIXME regarding previous change
Date: Sun, 16 Sep 2018 20:35:22 -0400 (EDT)

branch: master
commit bc4f4b6e0ccbc361f4fabbed5eb2e5a357107588
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    ; Add FIXME regarding previous change
---
 lisp/cedet/ede/pconf.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/cedet/ede/pconf.el b/lisp/cedet/ede/pconf.el
index 495903d..cba7aaa 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!"))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]