From 824ecc189c9cdc19ea96684fae7efd99acf12c80 Mon Sep 17 00:00:00 2001 From: kaoru Date: Fri, 14 Jul 2000 08:58:54 +0000 Subject: [PATCH] Fix ptexinfmt.el load-path probrem. --- WL-MK | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WL-MK b/WL-MK index 3cbe79c..69f899e 100644 --- a/WL-MK +++ b/WL-MK @@ -248,7 +248,7 @@ (find-file (expand-file-name texifile DOCDIR)) (setq obuf (current-buffer)) ;; Support old texinfmt.el - (require 'ptexinfmt) + (require 'ptexinfmt (expand-file-name "ptexinfmt.el" UTILSDIR)) ;; We can't know file names if splitted. (texinfo-format-buffer t) ;; Emacs20.2's default is 'raw-text-unix. -- 1.7.10.4