/[emacs]/emacs/lisp/gud.el
ViewVC logotype

Diff of /emacs/lisp/gud.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.150 by rms, Tue Dec 11 06:06:06 2001 UTC revision 1.151 by pj, Tue Dec 11 07:33:06 2001 UTC
# Line 1875  the source code display in sync with the Line 1875  the source code display in sync with the
1875    
1876  ;;;###autoload  ;;;###autoload
1877  (defun jdb (command-line)  (defun jdb (command-line)
1878    "Run jdb with command line COMMAND-LINE in a buffer.  The buffer is named    "Run jdb with command line COMMAND-LINE in a buffer.
1879  \"*gud*\" if no initial class is given or \"*gud-<initial-class-basename>*\"  The buffer is named \"*gud*\" if no initial class is given or
1880  if there is.  If the \"-classpath\" switch is given, omit all whitespace  \"*gud-<initial-class-basename>*\" if there is.  If the \"-classpath\"
1881  between it and it's value."  switch is given, omit all whitespace between it and it's value."
1882    (interactive    (interactive
1883     (list (gud-query-cmdline 'jdb)))     (list (gud-query-cmdline 'jdb)))
1884    

Legend:
Removed from v.1.150  
changed lines
  Added in v.1.151

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26