From 94993f53a3432b319f143787606ef33859723d74 Mon Sep 17 00:00:00 2001 From: kaoru Date: Thu, 24 May 2001 04:20:38 +0000 Subject: [PATCH] 2001-05-24 Yoichi NAKAYAMA * WL-MK (wl-detect-info-directory): Call `info-initialize' for Emacs21. --- WL-MK | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WL-MK b/WL-MK index fc9b5d9..1d7d047 100644 --- a/WL-MK +++ b/WL-MK @@ -345,6 +345,8 @@ (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) -- 1.7.10.4