Show
Ignore:
Timestamp:
05/13/06 11:31:18 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/progmodes/idlw-shell.el

    r4058 r4079  
    14721472    (if (and idlwave-shell-arrows-do-history 
    14731473             (>= (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) 
    14791475      (previous-line arg)))) 
    14801476