changeset 91940:10cfb707cf0e

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 18 Feb 2008 15:36:39 +0000
parents f1bf21ad35fb
children 125866467ba5
files lisp/progmodes/gud.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/gud.el	Mon Feb 18 15:36:03 2008 +0000
+++ b/lisp/progmodes/gud.el	Mon Feb 18 15:36:39 2008 +0000
@@ -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