User: james
Date: 06/05/17 00:57:06
Modified: packages/xemacs-packages/ocaml ChangeLog camldebug.el
Log:
Update use of a defunct comint interface. See xemacs-patches message with ID
<m38xp5a7l7.fsf(a)jerrypc.cs.usu.edu>.
Revision Changes Path
1.16 +5 -0 XEmacs/packages/xemacs-packages/ocaml/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/ocaml/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- ChangeLog 2003/10/31 17:00:38 1.15
+++ ChangeLog 2006/05/16 22:57:04 1.16
@@ -1,3 +1,8 @@
+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.
+
2003-10-31 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 0.05 released.
1.2 +1 -1 XEmacs/packages/xemacs-packages/ocaml/camldebug.el
Index: camldebug.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/ocaml/camldebug.el,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- camldebug.el 2002/07/31 21:03:34 1.1
+++ camldebug.el 2006/05/16 22:57:04 1.2
@@ -115,7 +115,7 @@ C-x SPACE sets break point at current li
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.
Show replies by date