emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/realgud 74c2780 39/72: Add a missing require-relative i


From: Stefan Monnier
Subject: [elpa] externals/realgud 74c2780 39/72: Add a missing require-relative in gdb.el
Date: Fri, 26 Mar 2021 22:49:09 -0400 (EDT)

branch: externals/realgud
commit 74c2780785ac60c7f1085848fb08750e453808ea
Author: rocky <rocky@gnu.org>
Commit: rocky <rocky@gnu.org>

    Add a missing require-relative in gdb.el
---
 realgud/debugger/gdb/gdb.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/realgud/debugger/gdb/gdb.el b/realgud/debugger/gdb/gdb.el
index eae0020..8507520 100644
--- a/realgud/debugger/gdb/gdb.el
+++ b/realgud/debugger/gdb/gdb.el
@@ -1,4 +1,4 @@
-;; Copyright (C) 2015-2016, 2019 Free Software Foundation, Inc
+;; Copyright (C) 2015-2016, 2019-2020 Free Software Foundation, Inc
 
 ;; Author: Rocky Bernstein <rocky@gnu.org>
 
@@ -19,6 +19,7 @@
 (require 'load-relative)
 (require-relative-list '("../../common/cmds"
                         "../../common/helper"
+                        "../../common/run"
                         "../../common/utils")
                       "realgud-")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]