Mercurial > emacs
diff lisp/ChangeLog @ 72427:3fc22ce89bd1
(global-map): Allow yanking with mouse-2 at a spot whose
cursor would normally be drawn in the fringe.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 17 Aug 2006 03:36:17 +0000 |
parents | f60405031861 |
children | 608323e2c0e3 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Aug 17 03:19:55 2006 +0000 +++ b/lisp/ChangeLog Thu Aug 17 03:36:17 2006 +0000 @@ -1,5 +1,8 @@ 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca> + * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose + cursor would normally be drawn in the fringe. + * font-lock.el (font-lock-extend-region-wholelines): Fix up typo. Reported by Martin Rudalics <rudalics@gmx.at>.