+2000-04-28 00:31:53 Shenghuo ZHU <zsh@cs.rochester.edu>
+
+ * lpath.el: Fbind put-image for XEmacs.
+ * mm-view.el (mm-inline-image): Fset it.
+
2000-04-27 23:23:37 Shenghuo ZHU <zsh@cs.rochester.edu>
* nndoc.el (nndoc-type-alist): Change forward regexp.
temp-directory babel-fetch babel-wash
find-coding-systems-for-charsets sc-cite-regexp
vcard-pretty-print image-type-available-p
+ put-image
make-overlay overlay-put make-symbolic-link))
(maybe-bind '(global-face-data
mark-active transient-mark-mode mouse-selection-click-count
(set-extent-property annot 'mm t)
(set-extent-property annot 'duplicable t)))
-(defun mm-inline-image (handle)
- (if mm-xemacs-p
- (mm-inline-image-xemacs handle)
- (mm-inline-image-emacs handle)))
+(eval-and-compile
+ (if (string-match "XEmacs" (emacs-version))
+ (fset 'mm-inline-image 'mm-inline-image-xemacs)
+ (fset 'mm-inline-image 'mm-inline-image-emacs)))
(defvar mm-w3-setup nil)
(defun mm-setup-w3 ()