PATCH packages
This is the 4th patch in the comint-fixing series of patches.
xemacs-packages/ocaml/ChangeLog addition:
2006-05-13 Jerry James <james(a)xemacs.org>
* camldebug.el (camldebug-mode): Replace use of the defunct
comint-input-sentinel with comint-input-filter-functions.
packages source patch:
Diff command: cvs -q diff -uN
Files affected: xemacs-packages/ocaml/camldebug.el
Index: xemacs-packages/ocaml/camldebug.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/ocaml/camldebug.el,v
retrieving revision 1.1
diff -d -u -r1.1 camldebug.el
--- xemacs-packages/ocaml/camldebug.el 2002/07/31 21:03:34 1.1
+++ xemacs-packages/ocaml/camldebug.el 2006/05/13 22:19:21
@@ -115,7 +115,7 @@
camldebug-last-frame-displayed-p t)
(make-local-variable 'shell-dirtrackp)
(setq shell-dirtrackp t)
- (setq comint-input-sentinel 'shell-directory-tracker))
+ (add-hook 'comint-input-filter-functions 'shell-directory-tracker))
;;; Keymaps.
--
Jerry James, Assistant Professor james(a)xemacs.org
Computer Science Department
http://www.cs.usu.edu/~jerry/
Utah State University