diff options
| -rw-r--r-- | lisp/cedet/ede/pconf.el | 2 |
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 | ||