>     (define-key some-map [remap self-insert-command] 'my-command)

> What is a good way to "undo" this remapping? Looking at the doc (info), it
> looks as if I cannot then do this:

  (define-key some-map [remap self-insert-command] nil)


-- Stefan


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to