aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2013-05-24 23:08:04 -0400
committerStefan Monnier2013-05-24 23:08:04 -0400
commitdf76dacbd1f6830c96cf63053efe776d40c0e84d (patch)
tree18171ff68af38fa934fe44c256c26047e087220b /lisp/ChangeLog
parentc902337068f52666425b7647e5aa43c621146e56 (diff)
downloademacs-df76dacbd1f6830c96cf63053efe776d40c0e84d.tar.gz
emacs-df76dacbd1f6830c96cf63053efe776d40c0e84d.zip
* lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Don't burp at EOB.
Fixes: debbugs:14446
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 57625ef4dbe..efa6f06cbb1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,7 @@
2 2
3 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use 3 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
4 error-completion on the first 2 args of condition-case (bug#14446). 4 error-completion on the first 2 args of condition-case (bug#14446).
5 Don't burp at EOB.
5 6
62013-05-25 Leo Liu <sdl.web@gmail.com> 72013-05-25 Leo Liu <sdl.web@gmail.com>
7 8