emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/mh-e/mh-customize.el


From: Bill Wohler
Subject: [Emacs-diffs] Changes to emacs/lisp/mh-e/mh-customize.el
Date: Wed, 25 Aug 2004 02:22:41 -0400

Index: emacs/lisp/mh-e/mh-customize.el
diff -c emacs/lisp/mh-e/mh-customize.el:1.8 emacs/lisp/mh-e/mh-customize.el:1.9
*** emacs/lisp/mh-e/mh-customize.el:1.8 Sun Aug 22 05:11:27 2004
--- emacs/lisp/mh-e/mh-customize.el     Wed Aug 25 05:55:39 2004
***************
*** 78,83 ****
--- 78,90 ----
  (when mh-xemacs-flag
    (require 'mh-xemacs))
  
+ ;; XXX: Functions autoloaded from the following files are used to initialize
+ ;;  customizable variables. They are require'd here, since otherwise the
+ ;;  corresponding .elc would be loaded at compile time.
+ (eval-when-compile
+   (require 'mh-init)
+   (require 'mh-identity))
+ 
  (defun mh-customize (&optional delete-other-windows-flag)
    "Customize MH-E variables.
  If optional argument DELETE-OTHER-WINDOWS-FLAG is non-nil, other windows in




reply via email to

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