User: james
Date: 06/05/17 01:00:01
Modified: packages/xemacs-packages/os-utils ChangeLog inf-lisp.el
Log:
Update use of defunct comint interface. See xemacs-patches message with ID
<m34pzta7gz.fsf(a)jerrypc.cs.usu.edu>.
Revision Changes Path
1.55 +5 -0 XEmacs/packages/xemacs-packages/os-utils/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/os-utils/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -p -r1.54 -r1.55
--- ChangeLog 2006/02/26 19:03:09 1.54
+++ ChangeLog 2006/05/16 22:59:59 1.55
@@ -1,3 +1,8 @@
+2006-05-13 Jerry James <james(a)xemacs.org>
+
+ * inf-lisp.el (inferior-lisp-mode): Replace use of defunct
+ comint-input-sentinel with comint-input-filter-functions.
+
2006-02-26 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.37 released.
1.3 +1 -1 XEmacs/packages/xemacs-packages/os-utils/inf-lisp.el
Index: inf-lisp.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/os-utils/inf-lisp.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- inf-lisp.el 2006/02/26 14:31:40 1.2
+++ inf-lisp.el 2006/05/16 22:59:59 1.3
@@ -253,7 +253,7 @@ to continue it."
(use-local-map inferior-lisp-mode-map) ;c-c c-k for "kompile" file
(setq comint-get-old-input (function lisp-get-old-input))
(setq comint-input-filter (function lisp-input-filter))
- (setq comint-input-sentinel 'ignore)
+ (setq comint-input-filter-functions nil)
(run-hooks 'inferior-lisp-mode-hook))
(defun lisp-get-old-input ()
Show replies by date