emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term.el


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/term.el
Date: Sun, 18 Aug 2002 09:41:10 -0400

Index: emacs/lisp/term.el
diff -c emacs/lisp/term.el:1.46 emacs/lisp/term.el:1.47
*** emacs/lisp/term.el:1.46     Sun Feb  3 06:25:23 2002
--- emacs/lisp/term.el  Tue Apr 16 14:50:07 2002
***************
*** 2829,2837 ****
                           ((eq char ?\032)
                            (let ((end (string-match "\r?$" str i)))
                              (if end
!                                 (progn (funcall term-command-hook
!                                                 (substring str (1+ i) end))
!                                        (setq i (match-end 0)))
                                (setq term-terminal-parameter
                                      (substring str i))
                                (setq term-terminal-state 4)
--- 2829,2837 ----
                           ((eq char ?\032)
                            (let ((end (string-match "\r?$" str i)))
                              (if end
!                                 (funcall term-command-hook
!                                          (prog1 (substring str (1+ i) end)
!                                            (setq i (match-end 0))))
                                (setq term-terminal-parameter
                                      (substring str i))
                                (setq term-terminal-state 4)




reply via email to

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