;; Fix the last change:
authorKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 25 Jan 2002 09:14:20 +0000 (09:14 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 25 Jan 2002 09:14:20 +0000 (09:14 +0000)
* dgnushack.el: Commented out the experimental code.

lisp/ChangeLog
lisp/dgnushack.el

index 08347c8..a6079b4 100644 (file)
@@ -1,7 +1,6 @@
 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * dgnushack.el: Require `byte-optimize' rather than `byte-opt' for
-       XEmacs.
+       * dgnushack.el: Commented out the experimental code.
 
 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
index eb39b9a..ab93de1 100644 (file)
        (t (concat filename ".elc"))))
 
 (require 'bytecomp)
-(if (featurep 'xemacs)
-    (require 'byte-optimize)
-  (require 'byte-opt))
 ;; To avoid having defsubsts and inlines happen.
+;(if (featurep 'xemacs)
+;    (require 'byte-optimize)
+;  (require 'byte-opt))
 ;(defun byte-optimize-inline-handler (form)
 ;  "byte-optimize-handler for the `inline' special-form."
 ;  (cons 'progn (cdr form)))