changeset 101987:ed50bbe67a12

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Thu, 12 Feb 2009 21:49:29 +0000
parents aab85e9d78b6
children 0f2fdeca8ec1
files lisp/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Feb 12 21:48:55 2009 +0000
+++ b/lisp/ChangeLog	Thu Feb 12 21:49:29 2009 +0000
@@ -1,3 +1,11 @@
+2009-02-12  Juri Linkov  <juri@jurta.org>
+
+	* image-mode.el (image-toggle-display):
+	Let-bind `buffer-file-truename' to nil around the call to
+	`add-text-properties' to prevent directory time modification
+	by lock_file.  Replace `set-buffer-modified-p' with
+	`restore-buffer-modified-p'.  (Bug#2295)
+
 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* progmodes/python.el (python-use-skeletons): Re-add.