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: John-David T. Smith
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/idlw-shell.el
Date: Wed, 10 May 2006 18:24:52 +0000

Index: emacs/lisp/progmodes/idlw-shell.el
diff -u emacs/lisp/progmodes/idlw-shell.el:3.48 
emacs/lisp/progmodes/idlw-shell.el:3.49
--- emacs/lisp/progmodes/idlw-shell.el:3.48     Thu Apr  6 18:44:18 2006
+++ emacs/lisp/progmodes/idlw-shell.el  Wed May 10 18:24:52 2006
@@ -1471,11 +1471,7 @@
     (if (eq t idlwave-shell-arrows-do-history) (goto-char proc-pos))
     (if (and idlwave-shell-arrows-do-history
             (>= (1+ (save-excursion (end-of-line) (point))) proc-pos))
-       (progn
-         ;;(goto-char proc-pos)
-         (goto-char (point-max))
-         ;;(and (not (eolp)) (kill-line nil))
-         (comint-previous-input arg))
+       (comint-previous-input arg)
       (previous-line arg))))
 
 (defun idlwave-shell-up-or-history (&optional arg)




reply via email to

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