Stefan Monnier writes:
 > >> !               (setq globalbind (assq-delete-all (car-safe item) 
 > >> globalbind))))
 > 
 > If I read the code correctly, this is dangerous because it may modify the
 > global map.  I.e. it should use assq-remove-all or copy-sequence.

But isn't globalbind already a copy of the global map?

          (setq globalbind (cdr (global-key-binding keyseq)))

I see no function assq-remove-all.  Is this in Emacs 23?  Despite the subject
header this was an Emacs 22 problem too.

-- 
Nick                                           http://www.inet.net.nz/~nickrob


_______________________________________________
emacs-pretest-bug mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to