aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2010-11-08 15:53:42 -0500
committerStefan Monnier2010-11-08 15:53:42 -0500
commit9bdba5f56b982e395f072ae3dbaf7d063f92366e (patch)
treedb47364e825e20c7e589e651aca9bb6a46ab7f1e /lisp/ChangeLog
parent73525e726cd917645950e185cbabafda00bc0635 (diff)
downloademacs-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/ChangeLog3
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 @@
12010-11-08 Stefan Monnier <monnier@iro.umontreal.ca> 12010-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.