]> code.delx.au - gnu-emacs/commitdiff
(defcustom-mh, defface-mh, defgroup-mh, mh-face-data)
authorBill Wohler <wohler@newt.com>
Tue, 18 Apr 2006 19:20:44 +0000 (19:20 +0000)
committerBill Wohler <wohler@newt.com>
Tue, 18 Apr 2006 19:20:44 +0000 (19:20 +0000)
(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.

lisp/mh-e/ChangeLog
lisp/mh-e/mh-e.el

index f6fe4ce8993bea6cd869361116b8e0f1b168ad47..d35c65ef327247eb9095a4d3636265cd70dfa01c 100644 (file)
@@ -1,3 +1,15 @@
+2006-04-18  Bill Wohler  <wohler@newt.com>
+
+       * mh-e.el (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.
+
 2006-04-17  Bill Wohler  <wohler@newt.com>
 
        * mh-comp.el (mh-insert-x-mailer): Strip build number from
index ef8a52e7fedd328f07c0c3797991e0c2035c3e78..9ae686d8950b7409a0e97f2885b48f49da93f974 100644 (file)
@@ -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: