]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 18 Feb 2008 15:36:39 +0000 (15:36 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 18 Feb 2008 15:36:39 +0000 (15:36 +0000)
lisp/progmodes/gud.el

index 8168d2019e4e13b58de5583b25787e370b212c82..a03580297d20829b9f72a0ebe2475520002a930c 100644 (file)
@@ -26,8 +26,8 @@
 
 ;;; Commentary:
 
-;; The ancestral gdb.el was by W. Schelter <wfs@rascal.ics.utexas.edu> It was
-;; later rewritten by rms.  Some ideas were due to Masanobu.  Grand
+;; The ancestral gdb.el was by W. Schelter <wfs@rascal.ics.utexas.edu>.
+;; It was later rewritten by rms.  Some ideas were due to Masanobu.  Grand
 ;; Unification (sdb/dbx support) by Eric S. Raymond <esr@thyrsus.com> Barry
 ;; Warsaw <bwarsaw@cen.com> hacked the mode to use comint.el.  Shane Hartman
 ;; <shane@spr.com> added support for xdb (HPUX debugger).  Rick Sladkey