branch: externals/beardbolt
commit 464b524e494c629822dce607ee34d8c73c27e809
Author: Erik Arvstedt <[email protected]>
Commit: Erik Arvstedt <[email protected]>
Remove redundant `and`
---
rmsbolt.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/rmsbolt.el b/rmsbolt.el
index d495ab4e22..a5cb838358 100644
--- a/rmsbolt.el
+++ b/rmsbolt.el
@@ -1390,8 +1390,7 @@ Argument OVERRIDE-BUFFER use this buffer instead of
reading from the output file
(lambda ()
(with-current-buffer src-buffer
(rmsbolt-move-overlays)))))))
- ((and t
- (not rmsbolt--automated-compile))
+ ((not rmsbolt--automated-compile)
;; Display compilation output
(display-buffer buffer)
;; TODO find a cleaner way to disable overlays.