|
From: Paolo A. <am...@us...> - 2002-02-24 16:01:15
|
Update of /cvsroot/ilisp/ILISP In directory usw-pr-cvs1:/tmp/cvs-serv7080 Modified Files: comint-ipc.el Log Message: (comint-process-filter): output handler is now called inside save-current-buffer instead of save-excursion so that if, for example, `comint-insert' is called by the handler, it is able to move the point. This fixes the bug that caused point not to move after output after `set-lisp-package command', after starting an inferior Lisp before using `ilisp-compile-inits', and possibly other situations (patch contributed by Hannu Koivisto <az...@ik...>). |