[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/realgud 3f0a69e 2/2: Merge branch 'master' of github.co
From: |
Stefan Monnier |
Subject: |
[elpa] externals/realgud 3f0a69e 2/2: Merge branch 'master' of github.com:realgud/realgud |
Date: |
Sat, 17 Apr 2021 10:42:34 -0400 (EDT) |
branch: externals/realgud
commit 3f0a69e8ddf85bafad2eecdfc82952edeccf5677
Merge: aeafefa 219175e
Author: rocky <rocky@gnu.org>
Commit: rocky <rocky@gnu.org>
Merge branch 'master' of github.com:realgud/realgud
---
cask-install.el | 2 --
realgud-recursive-autoloads.el | 18 ++++++++++++++++++
2 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/cask-install.el b/cask-install.el
index d721402..ad0d65a 100644
--- a/cask-install.el
+++ b/cask-install.el
@@ -1,7 +1,5 @@
;; Copyright (C) 2021 Free Software Foundation, Inc
-;; Author: 813gan
-
;; This program is free software: you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation, either version 3 of the
diff --git a/realgud-recursive-autoloads.el b/realgud-recursive-autoloads.el
index 4a7e280..00e4709 100644
--- a/realgud-recursive-autoloads.el
+++ b/realgud-recursive-autoloads.el
@@ -20,6 +20,24 @@ Associate a command buffer with the current source buffer
+;;;***
+;;;### (autoloads nil "realgud/common/attach" "realgud/common/attach.el"
+;;;;;; (0 0 0 0))
+;;; Generated autoloads from realgud/common/attach.el
+
+(autoload 'realgud:attach-source-buffer "realgud/common/attach" "\
+Associate a source buffer with the current command buffer
+
+\(fn SRCBUF)" t nil)
+
+(autoload 'realgud:attach-cmd-buffer "realgud/common/attach" "\
+Associate a command buffer with the current source buffer
+
+\(fn CMDBUF)" t nil)
+
+(if (fboundp 'register-definition-prefixes) (register-definition-prefixes
"realgud/common/attach" '("realgud:attach-cmdbuf-history")))
+
+;;;***
+
;;;### (autoloads nil "realgud/common/backtrace-mode"
"realgud/common/backtrace-mode.el"
;;;;;; (0 0 0 0))
;;; Generated autoloads from realgud/common/backtrace-mode.el
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/realgud 3f0a69e 2/2: Merge branch 'master' of github.com:realgud/realgud,
Stefan Monnier <=