diff lisp/ChangeLog @ 108001:3d52b4ac976f

(lisp-completion-at-point): Complete around point. I.e. include text after point in the completion region. Also, return nil when we're not after/in a symbol.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 20 Apr 2010 12:37:31 -0400
parents 759500121599
children c609e6e60b3d
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Apr 20 11:46:52 2010 -0400
+++ b/lisp/ChangeLog	Tue Apr 20 12:37:31 2010 -0400
@@ -1,5 +1,9 @@
 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
+	I.e. include text after point in the completion region.
+	Also, return nil when we're not after/in a symbol.
+
 	* international/mule-cmds.el (view-hello-file): Don't fiddle with the
 	default enable-multibyte-characters.