emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: where-is-internal question


From: Drew Adams
Subject: RE: where-is-internal question
Date: Wed, 7 Sep 2005 18:59:59 -0700

    >     (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. 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]