Mercurial > emacs
changeset 36305:1ce4f669af1f
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 22 Feb 2001 20:14:45 +0000 |
parents | eecd47acee50 |
children | 866d84ec716e |
files | lisp/ChangeLog |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Feb 22 20:13:44 2001 +0000 +++ b/lisp/ChangeLog Thu Feb 22 20:14:45 2001 +0000 @@ -1,5 +1,8 @@ 2001-02-22 Stefan Monnier <monnier@cs.yale.edu> + * server.el (server-switch-buffer): Only switch window if the + current one is dedicated. + * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward rather than using (match-beginning 0) when searching for break point.