branch: master commit 28397a589853f7267f79c8bc73dd571a55e548bd Author: rocky <ro...@gnu.org> Commit: rocky <ro...@gnu.org>
Wrong require - thanks Stefan --- packages/realgud/realgud/common/helper.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/realgud/realgud/common/helper.el b/packages/realgud/realgud/common/helper.el index 5beaf39..82bc878 100644 --- a/packages/realgud/realgud/common/helper.el +++ b/packages/realgud/realgud/common/helper.el @@ -12,7 +12,7 @@ ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. -(require 'cl) +(require 'cl-lib) ;;; Miscellaneous utility functions (require 'load-relative)