/[emacs]/emacs/lisp/comint.el
ViewVC logotype

Diff of /emacs/lisp/comint.el

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

revision 1.315 by rms, Sun Apr 10 23:26:57 2005 UTC revision 1.316 by rms, Sun Apr 17 15:04:40 2005 UTC
# Line 1701  Make backspaces delete the previous char Line 1701  Make backspaces delete the previous char
1701                ;; Interpret any carriage motion characters (newline, backspace)                ;; Interpret any carriage motion characters (newline, backspace)
1702                (comint-carriage-motion comint-last-output-start (point)))                (comint-carriage-motion comint-last-output-start (point)))
1703    
1704                ;; Run these hooks with point where the user had it.
1705                (goto-char saved-point)
1706              (run-hook-with-args 'comint-output-filter-functions string)              (run-hook-with-args 'comint-output-filter-functions string)
1707                (set-marker saved-point (point))
1708    
1709              (goto-char (process-mark process)) ; in case a filter moved it              (goto-char (process-mark process)) ; in case a filter moved it
1710    

Legend:
Removed from v.1.315  
changed lines
  Added in v.1.316

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