diff options
author | Martin Pohlack <mp26@os.inf.tu-dresden.de> | 2010-06-07 17:01:23 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-06-07 17:01:23 -0400 |
commit | 277e67418184c2e7d75ac317da095880c981ccd9 (patch) | |
tree | d243ad61243f8c127f2ca11c9f075c4d4b3bd4bb /lisp/ChangeLog.13 | |
parent | 83156c183f94404a1eabfe6d8a5f0b6bc5582fdf (diff) | |
download | emacs-277e67418184c2e7d75ac317da095880c981ccd9.tar.gz |
* lisp/iimage.el: Remove images as soon as the underlying text is modified.
(iimage-modification-hook): New function.
(iimage-mode-buffer): Use it.
Diffstat (limited to 'lisp/ChangeLog.13')
-rw-r--r-- | lisp/ChangeLog.13 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13 index d219c7a5660..da88e3334c2 100644 --- a/lisp/ChangeLog.13 +++ b/lisp/ChangeLog.13 @@ -7161,7 +7161,7 @@ * doc-view.el (doc-view-search-backward, doc-view-search): Fix assignment to free variable bug. -2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change) +2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> * emulation/pc-select.el (pc-select-shifted-mark): New var. (ensure-mark): Set it. |