emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/net/telnet.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/net/telnet.el,v
Date: Fri, 03 Aug 2007 17:09:01 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/08/03 17:09:01

Index: telnet.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/telnet.el,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- telnet.el   3 Aug 2007 03:20:00 -0000       1.18
+++ telnet.el   3 Aug 2007 17:09:01 -0000       1.19
@@ -248,7 +248,7 @@
 sent to try to stop execution of a job on the remote host.
 Data is sent to the remote host when RET is typed."
   (set (make-local-variable 'comint-prompt-regexp) telnet-prompt-pattern)
-  (setq comint-use-prompt-regexp t))
+  (set (make-local-variable 'comint-use-prompt-regexp) t))
 
 ;;;###autoload (add-hook 'same-window-regexps 
"\\*rsh-[^-]*\\*\\(\\|<[0-9]*>\\)")
 




reply via email to

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