From f22c36d3a0def98336324361a539b8b59f5ec506 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 17 Mar 2005 23:56:15 +0000 Subject: [PATCH] (insert-sliced-image): Add autoload cookie. --- lisp/image.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2