diff options
| author | Stefan Monnier | 2010-11-08 15:53:42 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2010-11-08 15:53:42 -0500 |
| commit | 9bdba5f56b982e395f072ae3dbaf7d063f92366e (patch) | |
| tree | db47364e825e20c7e589e651aca9bb6a46ab7f1e /lisp/ChangeLog | |
| parent | 73525e726cd917645950e185cbabafda00bc0635 (diff) | |
| download | emacs-9bdba5f56b982e395f072ae3dbaf7d063f92366e.tar.gz emacs-9bdba5f56b982e395f072ae3dbaf7d063f92366e.zip | |
* lisp/minibuffer.el (minibuffer-completion-help): Specify the end of the
completion field.
Fixes: debbugs:7211
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0a38a9a6c9f..f170bda4fab 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * minibuffer.el (minibuffer-completion-help): Specify the end of the | ||
| 4 | completion field (bug#7211). | ||
| 5 | |||
| 3 | * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322) | 6 | * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322) |
| 4 | Fix handling of backslash escapes. | 7 | Fix handling of backslash escapes. |
| 5 | (python-quote-syntax): Adjust accordingly. | 8 | (python-quote-syntax): Adjust accordingly. |