Andreas Jaeger <aj(a)suse.de> writes:
> Can you please make a new upload of pcl-cvs to?
> The current package barfs when used on a non-mule XEmacs. See the
> thread:
>
http://www.xemacs.org/list-archives/xemacs-beta/200006/msg00249.html
> /torkel
Ok, I've installed a new XEmacs with a patched cl-macs.el version and
rebuild pcl-cvs. I'll upload it soon, please check it yourself.
Still requires mule :-(
;;; compiled by aj(a)gromit.rhein-neckar.de on Mon Jul 10 17:59:19 2000
;;; from file /usr/src/cvs/xemacs-packages/prog/pcl-cvs/cvs-status.el
;;; emacs version 21.1 (patch 10) "Capitol Reef" XEmacs Lucid.
;;; bytecomp version 2.25 XEmacs; 22-Mar-96.
;;; optimization is on.
;;; this file uses opcodes which do not exist in Emacs 19.
(if (and (boundp 'emacs-version)
(or (and (boundp 'epoch::version) epoch::version)
(string-lessp emacs-version "20")))
(error "`cvs-status.el' was compiled for Emacs 20"))
(or (boundp 'current-load-list) (setq current-load-list nil))
(require 'mule)
/torkel