diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2006-08-23 21:29:06 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2006-08-23 21:29:06 +0000 |
commit | e93364c801e91992f4ae8c7e7a519447f0c4f18e (patch) | |
tree | 1705e5847ce0e92d7a57b68f3b48d3da7272a312 /gdb/mi | |
parent | 461c8a2c97e345213cc746c231d4254929292b92 (diff) | |
download | gdb-e93364c801e91992f4ae8c7e7a519447f0c4f18e.zip gdb-e93364c801e91992f4ae8c7e7a519447f0c4f18e.tar.gz gdb-e93364c801e91992f4ae8c7e7a519447f0c4f18e.tar.bz2 |
Refer to next release of Emacs as 22.1.
Diffstat (limited to 'gdb/mi')
-rw-r--r-- | gdb/mi/gdb-mi.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mi/gdb-mi.el b/gdb/mi/gdb-mi.el index 8feed3b..ab9137e 100644 --- a/gdb/mi/gdb-mi.el +++ b/gdb/mi/gdb-mi.el @@ -37,7 +37,7 @@ ;; used in gdb-ui.el) to GDB/MI. It runs gdb with GDB/MI (-interp=mi) and ;; access CLI using "-interpreter-exec console cli-command". -;; This mode acts on top of gdb-ui.el. After the release of 22.0, +;; This mode acts on top of gdb-ui.el. After the release of 22.1, ;; mainline Emacs in the CVS repository will have a file also called gdb-mi.el ;; which will *replace* gdb-ui.el. If you are interested in developing ;; this mode you should get this version. |