On Sat, 03 Nov 2007 15:30:29 -0500, Matthew D. Swank wrote:
Gnu Emacs doesn't seem to like references to copy-list: Symbol's function definition is void: copy-list
Here are the offenders:
./slime.el: (slime-start* (plist-put (copy-list options) :init-function init)))) ./slime.el: (let ((table (sort* (copy-list slime-repl-shortcut-table) #'string< ./slime.el: (let ((new-note (copy-list (car notes))))
I apologize. I don't work in emacs lisp that often. Anyway there was some fundamental borkage in one of the other libraries I load; it wasn't requiring 'cl.
Matt