From: Nick Roberts Date: Tue, 1 Feb 2005 20:11:09 +0000 (+0000) Subject: (gdb-goto-info): Delete. X-Git-Tag: ttn-vms-21-2-B4~2480 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1f8f8e684ad089a7666d78ed9a30e5cb2cb9253f;p=emacs.git (gdb-goto-info): Delete. --- diff --git a/lisp/progmodes/gdb-ui.el b/lisp/progmodes/gdb-ui.el index 54c43d1df36..d7581d8698b 100644 --- a/lisp/progmodes/gdb-ui.el +++ b/lisp/progmodes/gdb-ui.el @@ -289,13 +289,6 @@ detailed description of this mode. `(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=\"\\(.*?\\)\"")