2001-05-24 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
authorkaoru <kaoru>
Thu, 24 May 2001 04:20:38 +0000 (04:20 +0000)
committerkaoru <kaoru>
Thu, 24 May 2001 04:20:38 +0000 (04:20 +0000)
* WL-MK (wl-detect-info-directory): Call `info-initialize' for
Emacs21.

WL-MK

diff --git a/WL-MK b/WL-MK
index fc9b5d9..1d7d047 100644 (file)
--- a/WL-MK
+++ b/WL-MK
       (error "Cannot format info on Nemacs. Please use another formatter."))
   ;; INFODIR check.
   (require 'info)
+  (if (fboundp 'info-initialize)
+      (info-initialize))
   (let ((infodir (car command-line-args-left))
        (info (wl-primary-info-file))
        previous INFODIR)