# HG changeset patch # User Bill Wohler # Date 1145388044 0 # Node ID c328b4787289eaa8bc8c1dcaae40505ac6fec5c1 # Parent 10e0b8ee99930dd4cae2ac21d5da0e96f4217a60 (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. diff -r 10e0b8ee9993 -r c328b4787289 lisp/mh-e/ChangeLog --- a/lisp/mh-e/ChangeLog Tue Apr 18 17:33:33 2006 +0000 +++ b/lisp/mh-e/ChangeLog Tue Apr 18 19:20:44 2006 +0000 @@ -1,3 +1,15 @@ +2006-04-18 Bill Wohler + + * 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 * mh-comp.el (mh-insert-x-mailer): Strip build number from diff -r 10e0b8ee9993 -r c328b4787289 lisp/mh-e/mh-e.el --- a/lisp/mh-e/mh-e.el Tue Apr 18 17:33:33 2006 +0000 +++ b/lisp/mh-e/mh-e.el Tue Apr 18 19:20:44 2006 +0000 @@ -3547,16 +3547,6 @@ :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: