mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-01 11:20:41 -08:00
Ignore self-insert-command bindings
This commit is contained in:
parent
25d006eac1
commit
d3fe7b2e2a
1 changed files with 1 additions and 1 deletions
|
|
@ -1264,7 +1264,7 @@ BUFFER that follow the key sequence KEY-SEQ."
|
|||
;; C-x 8 Prefix Command
|
||||
;; <S-dead-acute> Prefix Command
|
||||
"^\\([^ <>\t]+\\|<f[0-9]+>\\|\\w \\.\\. \\w\\)[ \t]+\\([^\t\n]+\\)$"))
|
||||
(lines-to-flush'("[bB]inding[s]?[:]?$" "translations:$" "-------$"))
|
||||
(lines-to-flush'("[bB]inding[s]?[:]?$" "translations:$" "-------$" "self-insert-command$"))
|
||||
key-match desc-match unformatted)
|
||||
(save-match-data
|
||||
(with-temp-buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue