> (define-key some-map [remap self-insert-command] 'my-command)
> What is a good way to "undo" this remapping?
(define-key some-map [remap self-insert-command] nil)
Thanks. _______________________________________________ Emacs-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-devel
