summaryrefslogtreecommitdiff
path: root/lisp/mh-e/mh-e.el
diff options
context:
space:
mode:
authorBill Wohler <wohler@newt.com>2006-04-18 19:20:44 +0000
committerBill Wohler <wohler@newt.com>2006-04-18 19:20:44 +0000
commit17ce6de79f221055b59a60658aaf955077e2157e (patch)
treea47580511a80928d46aaa2620d7a8cfe7e19670f /lisp/mh-e/mh-e.el
parent8d85a56561fbb7d30248ea30e36d2ad6f2a7e08b (diff)
downloademacs-17ce6de79f221055b59a60658aaf955077e2157e.tar.gz
(defcustom-mh, defface-mh, defgroup-mh, mh-face-data)
(mh-strip-package-version, mh-face-data, mh-inherit-face-flag) (mh-min-colors-defined-flag): Do not unbind these macros and variables. Nice idea, but too many nasty side-effects. These macros are needed by [Cc]ustom-make-dependencies when creating the MH-E customization groups in mh-cus-load.el. These disappeared when the macros above were introduced. Besides, if a developer were to try to show the help for a macro or variable they were looking at and got [No match] when they did so, that would be bad.
Diffstat (limited to 'lisp/mh-e/mh-e.el')
-rw-r--r--lisp/mh-e/mh-e.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el
index ef8a52e7fed..9ae686d8950 100644
--- a/lisp/mh-e/mh-e.el
+++ b/lisp/mh-e/mh-e.el
@@ -3547,16 +3547,6 @@ The background and foreground are used in the image."
:group 'mh-speedbar
:package-version '(MH-E . "8.0"))
-;; Get rid of temporary functions and data structures.
-(fmakunbound 'defcustom-mh)
-(fmakunbound 'defface-mh)
-(fmakunbound 'defgroup-mh)
-(fmakunbound 'mh-face-data)
-(fmakunbound 'mh-strip-package-version)
-(makunbound 'mh-face-data)
-(makunbound 'mh-inherit-face-flag)
-(makunbound 'mh-min-colors-defined-flag)
-
(provide 'mh-e)
;; Local Variables: