/[emacs]/emacs/lisp/progmodes/idlw-shell.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/idlw-shell.el

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

revision 3.15.2.4 by miles, Tue Jul 6 09:23:47 2004 UTC revision 3.15.2.5 by miles, Thu Nov 4 13:12:42 2004 UTC
# Line 1137  prompt is present and if `idlwave-shell- Line 1137  prompt is present and if `idlwave-shell-
1137          (goto-char save-point))          (goto-char save-point))
1138        (set-buffer save-buffer))))        (set-buffer save-buffer))))
1139    
1140  (defun idlwave-shell-send-char (c &optional no-error)  (defun idlwave-shell-send-char (c &optional error)
1141    "Send one character to the shell, without a newline."    "Send one character to the shell, without a newline."
1142    (interactive "cChar to send to IDL: ")    (interactive "cChar to send to IDL: \np")
1143    (let ((errf (if (interactive-p) 'error 'message))    (let ((errf (if error 'error 'message))
1144          buf proc)          buf proc)
1145      (if (or (not (setq buf (get-buffer (idlwave-shell-buffer))))      (if (or (not (setq buf (get-buffer (idlwave-shell-buffer))))
1146              (not (setq proc (get-buffer-process buf))))              (not (setq proc (get-buffer-process buf))))

Legend:
Removed from v.3.15.2.4  
changed lines
  Added in v.3.15.2.5

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