Jacques Duthen writes:
(defvar jd-bug-xemacs-01-alist '(("-" .
"01")))
(defun jd-bug-xemacs-01 (file)
(mapc
(lambda (assoc)
(setq file (concat file (car assoc) (cdr assoc))))
jd-bug-xemacs-01-alist)
file)
When I byte-compile/load this file, I get the following:
ELISP> (jd-bug-xemacs-01 "foo")
*** Eval error *** Symbol's value as variable is void: old-assoc
I've reproduced this with both 21.4.21 and a fairly fresh XEmacs 21.5.
However, I'm not an expert on the byte-compiler, and I don't know that
any of the people who do understand it well are currently active. You
should not expect this to get fixed in a hurry, since there's an easy
workaround available.
Steve
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta