]> code.delx.au - gnu-emacs-elpa/commitdiff
Small changes: update version, list of debuggers supported and ignore package (*...
authorrocky <rocky@gnu.org>
Wed, 10 Jul 2013 15:08:14 +0000 (11:08 -0400)
committerrocky <rocky@gnu.org>
Wed, 10 Jul 2013 15:08:14 +0000 (11:08 -0400)
.gitignore
realgud.el

index 8d365206978c54a32f8516c2e6621bb6b62b8c0f..e194be724628ab92ad3c25ee26df3dbbbeb66d4f 100644 (file)
@@ -1,5 +1,6 @@
 *.elc
 *~
+/*-pkg.el
 /*.tar.gz
 /COPYING
 /README
index fcdc3bbea507cd1069f4837d0e2acad343954b9f..0e064242d50b615dd7325d30b9ba7bc84fbdacc9 100644 (file)
@@ -1,7 +1,7 @@
 ;;; realgud.el --- A modular front-end for interacting with external debuggers
 
 ;; Author: Rocky Bernstein
-;; Version: 0.1.0
+;; Version: 0.2.0
 ;; URL: http://github.com/rocky/emacs-loc-changes
 ;; Compatibility: GNU Emacs 24.x
 
@@ -47,7 +47,7 @@
 ;;   bashdb         bashdb        bash
 ;;   Devel::Trepan  trepan.pl     Perl5
 ;;   gdb            realgud-gdb   gdb
-;;   gub            realgud-gub   Go SSA debugger
+;;   gub            gub           Go SSA debugger
 ;;   kshdb          kshdb         Korn Shell 93u+
 ;;   pdb            pdb           stock C Python debugger
 ;;   perldb         perldb        stock Perl5 debugger