diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-03-17 23:56:15 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-03-17 23:56:15 +0000 |
commit | f22c36d3a0def98336324361a539b8b59f5ec506 (patch) | |
tree | d30a4d486b99befec86bbb0f9ea056ae281c5773 /lisp/image.el | |
parent | 2abded2ea087d264c60a6a47e0472381ff1c99cc (diff) | |
download | emacs-f22c36d3a0def98336324361a539b8b59f5ec506.tar.gz |
(insert-sliced-image): Add autoload cookie.
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 9a6c93c04d1..ced73c8fb3a 100644 --- a/lisp/image.el +++ b/lisp/image.el @@ -227,6 +227,7 @@ height of the image; integer values are taken as pixel values." image) rear-nonsticky (display))))) +;;;###autoload (defun insert-sliced-image (image &optional string area rows cols) "Insert IMAGE into current buffer at point. IMAGE is displayed by inserting STRING into the current buffer |