It's me FKtPp ;) writes:
Dear Developers,
Here's my patch for the #'cd problem.. Wish it be helpful~
+ (let ((cdpath-current (getenv "CDPATH")))
+ (interactive
Have you tested this? I don't think it can work correctly, because
`interactive' does nothing when called. The interactive spec is
parsed out of a lambda form like this:
(assq 'interactive (cddr lambda-form))
but that won't find the interactive form when it's wrapped in a let.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta