diff options
| author | Daniel Colascione | 2014-04-27 16:26:42 -0700 |
|---|---|---|
| committer | Daniel Colascione | 2014-04-27 16:26:42 -0700 |
| commit | 196bfaecb0caffcdbb699694139a97148e90e227 (patch) | |
| tree | 9780807277c7826451790e56e30e8af39e2f4ee1 /lisp/ChangeLog | |
| parent | 8f25c2bc56c65825e59651522ceb7b4855eb8205 (diff) | |
| download | emacs-196bfaecb0caffcdbb699694139a97148e90e227.tar.gz emacs-196bfaecb0caffcdbb699694139a97148e90e227.zip | |
Avoid adding bracketed paste keys to command keys
* lisp/term/xterm.el (xterm-paste): Use large finite timeout when
reading event to avoid putting keys in this-command-keys.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index da8314cf617..3bbd2a8dc66 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-04-27 Daniel Colascione <dancol@dancol.org> | ||
| 2 | |||
| 3 | * term/xterm.el (xterm-paste): Use large finite timeout when | ||
| 4 | reading event to avoid putting keys in this-command-keys. | ||
| 5 | |||
| 1 | 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var. | 8 | * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var. |