emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/src keymap.c


From: Kim F. Storm
Subject: [Emacs-commit] emacs/src keymap.c
Date: Wed, 06 Feb 2002 17:57:43 -0500

CVSROOT:        /cvs
Module name:    emacs
Changes by:     Kim F. Storm <address@hidden>   02/02/06 17:57:43

Modified files:
        src            : keymap.c 

Log message:
        (Fdefine_key): Allow symbol as KEY argument for
        defining command remapping.  Doc updated.
        (Flookup_key): Remap command through keymap if KEY is a symbol.
        (is_command_symbol): New function.
        (Fkey_binding): Use it.  New optional argument NO-REMAP.  Doc
        updated.  Callers changed.  Perform command remapping via
        recursive call unless that arg is non-nil.
        (where_is_internal): New argument no_remap.  Callers changed.
        Call recursively to find original key bindings for a remapped
        comand unless that arg is non-nil.
        (Fwhere_is_internal): New optional argument NO-REMAP.  Doc
        updated.  Callers changed.  Pass arg to where_is_internal.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/src/keymap.c.diff?tr1=1.254&tr2=1.255&r1=text&r2=text




reply via email to

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