]> git.eshelyaron.com Git - emacs.git/commitdiff
(telnet-mode): Fix previous change.
authorGlenn Morris <rgm@gnu.org>
Fri, 3 Aug 2007 17:09:43 +0000 (17:09 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 3 Aug 2007 17:09:43 +0000 (17:09 +0000)
lisp/net/telnet.el

index 28f7d1ddb46a480aee5ebcb218e946c7066245c0..ef01c96ec8e0c6d1b68edcb6559c6531533bfe81 100644 (file)
@@ -248,7 +248,7 @@ There is a variable ``telnet-interrupt-string'' which is the character
 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]*>\\)")