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>
;;; 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))
(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)