Hey hey,
Sorry for my inactivity lately. I've been snowed under with other
commitments, I'm afraid.
I've just updated from Matthieu's archive, and found that xtla-core.el
was calling `replace-in-string', but this function doesn't seem to be in
my emacs (a fairly recent emacs-cvs). I've applied the following patch
to my xtla-emacs.el--can anyone see any problems with this?
--- orig/lisp/xtla-emacs.el
+++ mod/lisp/xtla-emacs.el
@@ -33,6 +33,11 @@
(equal (selected-window)
(active-minibuffer-window))))
+(unless (fboundp 'replace-in-string)
+ (defun replace-in-string (string old new)
+ (replace-regexp-in-string old new string)))
+
+
(provide 'xtla-emacs)
;; Local Variables:
;; arch-tag: 66b92889-1ce9-4c1d-818a-8bd5ee499091
Matthieu: Thanks again for being willing to host the main archive for
xtla. It should make merges a lot easier :o)
Take care,
Mark
--
Mark Triggs
<[EMAIL PROTECTED]>