Function: mh-strip-package-version
mh-strip-package-version is a macro defined in mh-e.el.gz.
This macro is obsolete since 29.1; use identity instead.
Signature
(mh-strip-package-version ARGS)
Documentation
ARGS is returned unchanged.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-e.el.gz
;;; MH-E Customization Support Routines
;; Temporary function and data structure used customization.
;; These will be unbound after the options are defined.
(defmacro mh-strip-package-version (args)
"ARGS is returned unchanged."
(declare (obsolete identity "29.1"))
args)