defun-mh
defun-mh is an autoloaded Lisp macro in `mh-acros.el
'.
(defun-mh NAME FUNCTION ARG-LIST &rest BODY)
Create function NAME.
If FUNCTION exists, then NAME becomes an alias for FUNCTION.
Otherwise, create function NAME with ARG-LIST and BODY.