diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-11-11 14:59:25 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-11-11 14:59:25 -0800 |
commit | 3070a939bbab9d54445cfcebef714d63792db438 (patch) | |
tree | 9e3831b68456801c2b4f29a9b2d2a2de54d2bff8 | |
parent | Use `user-error` to report error. (diff) | |
download | pants.el-3070a939bbab9d54445cfcebef714d63792db438.tar.gz |
Remove broken debug message.
-rw-r--r-- | pants.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pants.el b/pants.el index 548aa83..151b45f 100644 --- a/pants.el +++ b/pants.el @@ -118,8 +118,7 @@ (zerop code) (and pants-bury-compilation-buffer t) (get-buffer *pants-compilation-buffer*)) - (bury-buffer) - (delete-window (get-buffer-window (get-buffer *pants-compilation-buffer*)))) + (bury-buffer)) (cons msg code)))) (defun pants--compile (command) |