aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/gud.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2008-02-18 15:36:39 +0000
committerJuanma Barranquero <[email protected]>2008-02-18 15:36:39 +0000
commit5b01c043e4dfea522b5f8ca747e853faab6a5ae9 (patch)
treef82b74df199cc15b24801c3190119232bb9a742f /lisp/progmodes/gud.el
parentbb02b5ec14afc4899c69a106813afbd8029ef304 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/progmodes/gud.el')
-rw-r--r--lisp/progmodes/gud.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el
index 8168d2019e..a03580297d 100644
--- a/lisp/progmodes/gud.el
+++ b/lisp/progmodes/gud.el
@@ -26,8 +26,8 @@
;;; Commentary:
-;; The ancestral gdb.el was by W. Schelter <[email protected]> It was
-;; later rewritten by rms. Some ideas were due to Masanobu. Grand
+;; The ancestral gdb.el was by W. Schelter <[email protected]>.
+;; It was later rewritten by rms. Some ideas were due to Masanobu. Grand
;; Unification (sdb/dbx support) by Eric S. Raymond <[email protected]> Barry
;; Warsaw <[email protected]> hacked the mode to use comint.el. Shane Hartman
;; <[email protected]> added support for xdb (HPUX debugger). Rick Sladkey