From: kaoru Date: Thu, 24 May 2001 04:20:38 +0000 (+0000) Subject: 2001-05-24 Yoichi NAKAYAMA X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=94993f53a3432b319f143787606ef33859723d74;p=elisp%2Fwanderlust.git 2001-05-24 Yoichi NAKAYAMA * WL-MK (wl-detect-info-directory): Call `info-initialize' for Emacs21. --- 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)