diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-01-30 16:57:18 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-01-30 16:57:18 +0000 |
commit | caf39874e03fc8d6d878063cc7db8b88cc599a35 (patch) | |
tree | 50446b236fa428c842beac5e1bfa41496f6f0298 /lisp | |
parent | 9f446ee9051ded164369423a437076b3e46205d1 (diff) | |
download | emacs-caf39874e03fc8d6d878063cc7db8b88cc599a35.tar.gz emacs-caf39874e03fc8d6d878063cc7db8b88cc599a35.tar.bz2 emacs-caf39874e03fc8d6d878063cc7db8b88cc599a35.zip |
* image-mode.el (image-toggle-display): Add `disabled' property.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 623846f0c9c..5e7d688a14c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,7 @@ 2007-01-30 Chong Yidong <cyd@stupidchicken.com> * image-mode.el (image-mode): Don't automatically view as image. + (image-toggle-display): Add `disabled' property. 2007-01-29 Juanma Barranquero <lekktu@gmail.com> |