emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/gdb-ui.el


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/gdb-ui.el
Date: Tue, 01 Feb 2005 15:11:09 -0500

Index: emacs/lisp/progmodes/gdb-ui.el
diff -c emacs/lisp/progmodes/gdb-ui.el:1.42 emacs/lisp/progmodes/gdb-ui.el:1.43
*** emacs/lisp/progmodes/gdb-ui.el:1.42 Mon Jan 31 02:22:24 2005
--- emacs/lisp/progmodes/gdb-ui.el      Tue Feb  1 20:11:09 2005
***************
*** 289,301 ****
             `(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=\"\\(.*?\\)\"")
  
--- 289,294 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]