branch: externals/realgud-trepan-ni
commit 1bae623e23a906853a2dfc324a902e05172eef97
Merge: 6fcde79 7483892
Author: rocky <[email protected]>
Commit: rocky <[email protected]>
Merge branch 'externals/realgud-trepan-ni' of
git.sv.gnu.org:/srv/git/emacs/elpa
---
.gitignore | 1 +
realgud-trepan-ni.el | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index b8a16a4..8c81ee5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
*.elc
*~
+/realgud-trepan-ni-autoloads.el
/*-pkg.el
/*.tar.gz
/README
diff --git a/realgud-trepan-ni.el b/realgud-trepan-ni.el
index cc8c79b..1150451 100644
--- a/realgud-trepan-ni.el
+++ b/realgud-trepan-ni.el
@@ -1,6 +1,6 @@
;;; realgud-trepan-ni.el --- Realgud front-end to trepan-ni -*-
lexical-binding: t -*-
-;; Author: Rocky Bernstein
+;; Author: Rocky Bernstein <[email protected]>
;; Version: 1.0.0
;; Package-Type: multi
;; Package-Requires: ((load-relative "1.2") (realgud "1.4.8") (cl-lib "0.5")
(emacs "25"))