From 07bcaafc465c6fe17f0028f5aac0407af48aca11 Mon Sep 17 00:00:00 2001 From: keiichi Date: Thu, 23 Dec 1999 11:19:48 +0000 Subject: [PATCH] (dgnushack-compile): Do not compile `webmail.el'. (temporarily) --- lisp/dgnushack.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el index dbe5e60..80362fd 100644 --- a/lisp/dgnushack.el +++ b/lisp/dgnushack.el @@ -87,6 +87,9 @@ Modify to suit your needs.")) (xemacs (string-match "XEmacs" emacs-version)) ;;(byte-compile-generate-call-tree t) file elc) + ;; !!!!! Temporarily !!!!! + (setq files (delete "webmail.el" files)) + ;; !!!!! Temporarily !!!!! (condition-case () (require 'w3-forms) (error -- 1.7.10.4