[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patch] comint-redirect-send-command-to-process changes current buff
From: |
Richard Stallman |
Subject: |
Re: [patch] comint-redirect-send-command-to-process changes current buffer |
Date: |
Fri, 18 Jan 2002 17:18:18 -0700 (MST) |
In Emacs 21.1, calling comint-redirect-send-command-to-process has the
undocumented side effect of changing the current buffer to the process
buffer (ie. the buffer given by either the process argument if it is a
buffer or the value of (process-buffer process) if it is a process).
I think that this is a bug: the following patch fixes it by changing
`set-buffer' to `with-current-buffer'.
Thanks.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [patch] comint-redirect-send-command-to-process changes current buffer,
Richard Stallman <=