emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/gud.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/gud.el
Date: Tue, 11 Dec 2001 02:33:07 -0500

Index: emacs/lisp/gud.el
diff -c emacs/lisp/gud.el:1.150 emacs/lisp/gud.el:1.151
*** emacs/lisp/gud.el:1.150     Tue Dec 11 01:06:06 2001
--- emacs/lisp/gud.el   Tue Dec 11 02:33:06 2001
***************
*** 1875,1884 ****
  
  ;;;###autoload
  (defun jdb (command-line)
!   "Run jdb with command line COMMAND-LINE in a buffer.  The buffer is named
! \"*gud*\" if no initial class is given or \"*gud-<initial-class-basename>*\"
! if there is.  If the \"-classpath\" switch is given, omit all whitespace
! between it and it's value."
    (interactive
     (list (gud-query-cmdline 'jdb)))
  
--- 1875,1884 ----
  
  ;;;###autoload
  (defun jdb (command-line)
!   "Run jdb with command line COMMAND-LINE in a buffer.
! The buffer is named \"*gud*\" if no initial class is given or
! \"*gud-<initial-class-basename>*\" if there is.  If the \"-classpath\"
! switch is given, omit all whitespace between it and it's value."
    (interactive
     (list (gud-query-cmdline 'jdb)))
  



reply via email to

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