defmacro-mh

defmacro-mh is an autoloaded Lisp macro in `mh-acros.el'.

(defmacro-mh NAME MACRO ARG-LIST &rest BODY)

Create macro NAME.
If MACRO exists, then NAME becomes an alias for MACRO.
Otherwise, create macro NAME with ARG-LIST and BODY.