>>>> "Peter" == Peter Milliken <Milliken>
writes:
Peter> Could you please add the defvar of undo-in-progress and the
Peter> (let (undo-in-progress t) to the XEmacs file?
Not possible for already installed XEmacsen.
Put
(unless (boundp 'undo-in-progress)
(defvar undo-in-progress nil
"Placeholder defvar from Milliken's package.")
(defadvice undo-more (around milliken activate)
(let ((undo-in-progress t)) (ad-do-it))))
in your library to support them.
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Don't ask how you can "do" free software business;
ask what your business can "do for" free software.