aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-03-17 23:56:15 +0000
committerRichard M. Stallman2005-03-17 23:56:15 +0000
commitf22c36d3a0def98336324361a539b8b59f5ec506 (patch)
treed30a4d486b99befec86bbb0f9ea056ae281c5773
parent2abded2ea087d264c60a6a47e0472381ff1c99cc (diff)
downloademacs-f22c36d3a0def98336324361a539b8b59f5ec506.tar.gz
emacs-f22c36d3a0def98336324361a539b8b59f5ec506.zip
(insert-sliced-image): Add autoload cookie.
-rw-r--r--lisp/image.el1
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."
227 image) rear-nonsticky (display))))) 227 image) rear-nonsticky (display)))))
228 228
229 229
230;;;###autoload
230(defun insert-sliced-image (image &optional string area rows cols) 231(defun insert-sliced-image (image &optional string area rows cols)
231 "Insert IMAGE into current buffer at point. 232 "Insert IMAGE into current buffer at point.
232IMAGE is displayed by inserting STRING into the current buffer 233IMAGE is displayed by inserting STRING into the current buffer