Mercurial > emacs
changeset 59852:44381d53da68
(gdb-goto-info): Delete.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Tue, 01 Feb 2005 20:11:09 +0000 |
parents | d5e850d3f67f |
children | d0109a1ac6a0 |
files | lisp/progmodes/gdb-ui.el |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/gdb-ui.el Tue Feb 01 20:10:19 2005 +0000 +++ b/lisp/progmodes/gdb-ui.el Tue Feb 01 20:11:09 2005 +0000 @@ -289,13 +289,6 @@ `(lambda () (gdb-var-create-handler ,expr)))))) (select-window (get-buffer-window gud-comint-buffer 0))) -(defun gdb-goto-info () - "Go to Emacs info node: GDB Graphical Interface." - (interactive) - (select-frame (make-frame)) - (require 'info) - (Info-goto-node "(emacs)GDB Graphical Interface")) - (defconst gdb-var-create-regexp "name=\"\\(.*?\\)\",numchild=\"\\(.*?\\)\",type=\"\\(.*?\\)\"")