comparison etc/NEWS @ 111837:ed4be998eae9

* lisp/bindings.el (complete-symbol): Move back from minibuffer.el. * lisp/minibuffer.el (completion-at-point): Remove the `arg'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 06 Dec 2010 16:06:02 -0500
parents d276c036caef
children 35774431238d
comparison
equal deleted inserted replaced
111836:c92a6fe1fa59 111837:ed4be998eae9
226 * Editing Changes in Emacs 24.1 226 * Editing Changes in Emacs 24.1
227 227
228 +++ 228 +++
229 ** There is a new command `count-words-region', which does what you expect. 229 ** There is a new command `count-words-region', which does what you expect.
230 230
231 ** completion-at-point is now an alias for complete-symbol. 231 ** completion-at-point now handles tags and semantic completion.
232 232
233 ** The default value of `backup-by-copying-when-mismatch' is now t. 233 ** The default value of `backup-by-copying-when-mismatch' is now t.
234 234
235 ** Deletion changes 235 ** Deletion changes
236 236