[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107034: Comment trivia.
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107034: Comment trivia. |
Date: |
Tue, 31 Jan 2012 18:43:05 -0500 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107034
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2012-01-31 18:43:05 -0500
message:
Comment trivia.
modified:
lisp/progmodes/gdb-mi.el
=== modified file 'lisp/progmodes/gdb-mi.el'
--- a/lisp/progmodes/gdb-mi.el 2012-01-05 09:46:05 +0000
+++ b/lisp/progmodes/gdb-mi.el 2012-01-31 23:43:05 +0000
@@ -1,6 +1,6 @@
;;; gdb-mi.el --- User Interface for running GDB
-;; Copyright (C) 2007-2012 Free Software Foundation, Inc.
+;; Copyright (C) 2007-2012 Free Software Foundation, Inc.
;; Author: Nick Roberts <address@hidden>
;; Maintainer: FSF
@@ -26,7 +26,7 @@
;;; Credits:
;; This file was written by Nick Roberts following the general design
-;; used in gdb-ui.el for Emacs 22.1 - 23.1. It is currently being developed
+;; used in gdb-ui.el for Emacs 22.1 - 23.1. It was further developed
;; by Dmitry Dzhus <address@hidden> as part of the Google Summer
;; of Code 2009 Project "Emacs GDB/MI migration".
@@ -45,7 +45,7 @@
;; This file uses GDB/MI as the primary interface to GDB. It runs gdb with
;; GDB/MI (-interp=mi) and access CLI using "-interpreter-exec console
-;; cli-command". This code works without gdb-ui.el and uses MI tokens instead
+;; cli-command". This code works replaces gdb-ui.el and uses MI tokens instead
;; of queues. Eventually MI should be asynchronous.
;; Windows Platforms:
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107034: Comment trivia.,
Glenn Morris <=