Function: mh-buffer-data
mh-buffer-data is an autoloaded macro defined in mh-mime.el.gz.
Signature
(mh-buffer-data)
Documentation
Convenience macro to get the MIME data structures of the current buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-mime.el.gz
;;; Variables
;; This has to be a macro, since we do: (setf (mh-buffer-data) ...)
;;;###mh-autoload
(defmacro mh-buffer-data ()
"Convenience macro to get the MIME data structures of the current buffer."
'(gethash (current-buffer) mh-globals-hash))