emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp/mh-e mh-e.el ChangeLog


From: Bill Wohler
Subject: [Emacs-commit] emacs/lisp/mh-e mh-e.el ChangeLog
Date: Tue, 18 Apr 2006 19:20:44 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Bill Wohler <address@hidden>    06/04/18 19:20:44

Modified files:
        lisp/mh-e      : mh-e.el ChangeLog 

Log message:
        (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.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/mh-e.el.diff?tr1=1.92&tr2=1.93&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/ChangeLog.diff?tr1=1.205&tr2=1.206&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/ChangeLog
diff -u emacs/lisp/mh-e/ChangeLog:1.205 emacs/lisp/mh-e/ChangeLog:1.206
--- emacs/lisp/mh-e/ChangeLog:1.205     Tue Apr 18 01:55:54 2006
+++ emacs/lisp/mh-e/ChangeLog   Tue Apr 18 19:20:44 2006
@@ -1,3 +1,15 @@
+2006-04-18  Bill Wohler  <address@hidden>
+
+       * 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  <address@hidden>
 
        * mh-comp.el (mh-insert-x-mailer): Strip build number from
Index: emacs/lisp/mh-e/mh-e.el
diff -u emacs/lisp/mh-e/mh-e.el:1.92 emacs/lisp/mh-e/mh-e.el:1.93
--- emacs/lisp/mh-e/mh-e.el:1.92        Tue Apr 18 00:55:43 2006
+++ emacs/lisp/mh-e/mh-e.el     Tue Apr 18 19:20:44 2006
@@ -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:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]