diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-01-24 03:42:22 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-01-24 03:42:22 -0500 |
commit | 85738d0835371e55ded8dc20521a8902e9c53f16 (patch) | |
tree | d499dd3af316409da8717e36b00f4879f90a60cd /.bzrignore | |
parent | 9ee76d573695c01e00fee6ebfc9990e01d5c60e0 (diff) | |
download | emacs-85738d0835371e55ded8dc20521a8902e9c53f16.tar.gz |
* keymap.c (shadow_lookup): Add `remap' arg.
(describe_map, describe_vector): Update calls to shadow_lookup.
(Fwhere_is_internal): Fix up handling of `remapped_sequences' and
`remapped' so this flag is applicable to `sequence'. Be careful to
perform remapping during shadow_lookup check of remapped_equences.
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index c83e3c2c6da..f7f28c7df51 100644 --- a/.bzrignore +++ b/.bzrignore @@ -61,3 +61,4 @@ src/prefix-args* src/stamp-oldxmenu src/temacs src/deps +configure.lineno |