diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-05-22 12:48:01 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-05-22 12:48:01 -0400 |
commit | 110683addccf829fa2b98fa279246f60a228d4fa (patch) | |
tree | cd79923115846b4f226a3d2d32f767bbf7feee9c /lisp/image.el | |
parent | 4e3028f8f788c646a184f74f13c6e8ec0bc61b81 (diff) | |
download | emacs-110683addccf829fa2b98fa279246f60a228d4fa.tar.gz |
Rename image-refresh to image-flush.
* image.c (Fimage_flush): Rename from image-refresh.
* image.el (image-refresh): Define as an alias for image-flush.
* image-mode.el (image-toggle-display-image): Caller changed.
* display.texi (Image Cache): Update documentation about image
caching.
Diffstat (limited to 'lisp/image.el')
-rw-r--r-- | lisp/image.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/image.el b/lisp/image.el index 67c1ad946b1..b3a0f1a8a7d 100644 --- a/lisp/image.el +++ b/lisp/image.el @@ -30,6 +30,7 @@ "Image support." :group 'multimedia) +(defalias 'image-refresh 'image-flush) (defconst image-type-header-regexps `(("\\`/[\t\n\r ]*\\*.*XPM.\\*/" . xpm) |