Changeset 4079 for trunk/lisp/progmodes/idlw-shell.el
- Timestamp:
- 05/13/06 11:31:18 (3 years ago)
- Files:
-
- trunk/lisp/progmodes/idlw-shell.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/progmodes/idlw-shell.el
r4058 r4079 1472 1472 (if (and idlwave-shell-arrows-do-history 1473 1473 (>= (1+ (save-excursion (end-of-line) (point))) proc-pos)) 1474 (progn 1475 ;;(goto-char proc-pos) 1476 (goto-char (point-max)) 1477 ;;(and (not (eolp)) (kill-line nil)) 1478 (comint-previous-input arg)) 1474 (comint-previous-input arg) 1479 1475 (previous-line arg)))) 1480 1476
