branch: externals/realgud
commit bfabb0e744869c050baa7c2c689966ca532f751d
Author: rocky <[email protected]>
Commit: rocky <[email protected]>
I am really bad with Elisp syntax
---
realgud/common/utils.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/realgud/common/utils.el b/realgud/common/utils.el
index a4460e3..1843d29 100644
--- a/realgud/common/utils.el
+++ b/realgud/common/utils.el
@@ -31,7 +31,7 @@
(append (realgud:flatten (car mylist)) (realgud:flatten (cdr mylist))))))
(if (or (< emacs-major-version 24)
- (and (= emacs-major-version 24 (< 4 emacs-minor-version))))
+ (and (= emacs-major-version 24) (< 4 emacs-minor-version)))
;; From
;;
https://stackoverflow.com/questions/12999530/is-there-a-function-that-joins-a-string-into-a-delimited-string
(defun realgud:join-string (list joiner)