From: Glenn Morris Date: Tue, 31 Jan 2012 23:47:33 +0000 (-0500) Subject: Fix previous change. X-Git-Tag: emacs-pretest-24.0.94~362^2~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e7056a545b339f0bc4931728d903f20aaff9885;p=emacs.git Fix previous change. --- diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el index ac8ecaedce8..1f134755e7c 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el @@ -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 replaces gdb-ui.el and uses MI tokens instead +;; cli-command". This code replaces gdb-ui.el and uses MI tokens instead ;; of queues. Eventually MI should be asynchronous. ;; Windows Platforms: