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/idlw-shell.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/idlw-shell.el
Date: Mon, 01 Nov 2004 02:49:55 -0500

Index: emacs/lisp/progmodes/idlw-shell.el
diff -c emacs/lisp/progmodes/idlw-shell.el:3.25 
emacs/lisp/progmodes/idlw-shell.el:3.26
*** emacs/lisp/progmodes/idlw-shell.el:3.25     Sat May 22 21:50:03 2004
--- emacs/lisp/progmodes/idlw-shell.el  Mon Nov  1 07:41:08 2004
***************
*** 1137,1146 ****
        (goto-char save-point))
        (set-buffer save-buffer))))
  
! (defun idlwave-shell-send-char (c &optional no-error)
    "Send one character to the shell, without a newline."
!   (interactive "cChar to send to IDL: ")
!   (let ((errf (if (interactive-p) 'error 'message))
        buf proc)
      (if (or (not (setq buf (get-buffer (idlwave-shell-buffer))))
            (not (setq proc (get-buffer-process buf))))
--- 1137,1146 ----
        (goto-char save-point))
        (set-buffer save-buffer))))
  
! (defun idlwave-shell-send-char (c &optional error)
    "Send one character to the shell, without a newline."
!   (interactive "cChar to send to IDL: \np")
!   (let ((errf (if error 'error 'message))
        buf proc)
      (if (or (not (setq buf (get-buffer (idlwave-shell-buffer))))
            (not (setq proc (get-buffer-process buf))))




reply via email to

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