Function: mm-display-patch-inline

mm-display-patch-inline is a byte-compiled function defined in mm-view.el.gz.

Signature

(mm-display-patch-inline HANDLE)

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/mm-view.el.gz
;; Shouldn't these functions check whether the user even wants to use
;; font-lock?  Also, it would be nice to change for the size of the
;; fontified region.

(defun mm-display-patch-inline (handle)
  (mm-display-inline-fontify handle 'diff-mode))