branch: externals/realgud
commit fa2d60115febaa2e7c64c7124f22fbb9ee70541f
Author: rocky <ro...@gnu.org>
Commit: rocky <ro...@gnu.org>

    cl-seq -> cl-lib
---
 realgud/common/attach.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/realgud/common/attach.el b/realgud/common/attach.el
index 91ee8ee..fdd538d 100644
--- a/realgud/common/attach.el
+++ b/realgud/common/attach.el
@@ -17,7 +17,7 @@
 ;;; Emacs Commands to associate or attach a source buffer to a command
 ;;; buffer and vice versa.
 
-(eval-when-compile (require 'cl-seq))   ;For cl-remove-if-not.
+(eval-when-compile (require 'cl-lib))   ;For cl-remove-if-not.
 
 (require 'load-relative)
 (require-relative-list  '("buffer/command" "buffer/source")

Reply via email to