emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/image.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/image.el [emacs-unicode-2]
Date: Sat, 25 Sep 2004 08:28:43 -0400

Index: emacs/lisp/image.el
diff -c emacs/lisp/image.el:1.35.6.3 emacs/lisp/image.el:1.35.6.4
*** emacs/lisp/image.el:1.35.6.3        Tue Jun 29 16:45:03 2004
--- emacs/lisp/image.el Sat Sep 25 12:05:29 2004
***************
*** 228,233 ****
--- 228,242 ----
  
  
  (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
+ with a `display' property whose value is the image.  STRING is
+ defaulted if you omit it.
+ AREA is where to display the image.  AREA nil or omitted means
+ display it in the text area, a value of `left-margin' means
+ display it in the left marginal area, a value of `right-margin'
+ means display it in the right marginal area.
+ The image is automatically split into ROW x COLS slices."
    (unless string (setq string " "))
    (unless (eq (car-safe image) 'image)
      (error "Not an image: %s" image))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]