Mercurial > emacs
diff lisp/ChangeLog @ 93316:709d31efe571
(vc-before-save): Be careful not to prevent saving the file.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 27 Mar 2008 15:00:32 +0000 |
parents | cb3570d14a66 |
children | e430e106fa7b |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Mar 27 14:59:30 2008 +0000 +++ b/lisp/ChangeLog Thu Mar 27 15:00:32 2008 +0000 @@ -1,5 +1,7 @@ 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca> + * vc-hooks.el (vc-before-save): Don't prevent saving the file. + * image-mode.el (image-mode-reapply-winprops): Fix last change. 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>