Mercurial > emacs
diff lisp/ChangeLog @ 94494:07fb6a1d5233
(compilation-error-regexp-alist-alist) <gnu>:
Rule out trailing spaces in file and directory names as well.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 30 Apr 2008 08:12:20 +0000 |
parents | fc974d1f2fbb |
children | 027a58c5f305 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Apr 30 07:16:08 2008 +0000 +++ b/lisp/ChangeLog Wed Apr 30 08:12:20 2008 +0000 @@ -16,6 +16,9 @@ 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca> + * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>: + Rule out trailing spaces in file and directory names as well. + * minibuffer.el (completion--do-completion): Move point even if the completion makes no change. (completion-pcm-try-completion): Fix computation of new point.