* infohack.el: Load dgnushack.el and ptexinfmt.el first.
authoryamaoka <yamaoka>
Mon, 28 Apr 2003 10:35:21 +0000 (10:35 +0000)
committeryamaoka <yamaoka>
Mon, 28 Apr 2003 10:35:21 +0000 (10:35 +0000)
ChangeLog
texi/infohack.el

index 791c9fe..0ed76bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2003-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
 
+       * texi/infohack.el: Load dgnushack.el and ptexinfmt.el first.
+
+2003-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
        * lisp/gnus-vers.el: T-gnus 6.15.19 revision 00.
 
 2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
index d355e54..3c173ba 100644 (file)
 
 ;;; Code:
 
-(require 'texinfmt)
+(let ((default-directory (expand-file-name "../lisp/"))
+      (features (cons 'w3-forms (copy-sequence features))))
+  ;; Adjust `load-path' for APEL.
+  (load-file "dgnushack.el"))
+(load-file (expand-file-name "ptexinfmt.el" "./"))
 
 (defun infohack-remove-unsupported ()
   (goto-char (point-min))
@@ -86,12 +90,6 @@ Both characters must have the same length of multi-byte form."
   (setq command-line-args-left nil))
 
 \f
-(let ((default-directory (expand-file-name "../lisp/"))
-      (features (cons 'w3-forms (copy-sequence features))))
-  ;; Adjust `load-path' for APEL.
-  (load-file "dgnushack.el"))
-(load-file (expand-file-name "ptexinfmt.el" "./"))
-
 (defun infohack-texi-format (file &optional addsuffix)
   (let ((auto-save-default nil)
        (find-file-run-dired nil)