projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
700b167
)
2001-05-24 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
author
kaoru
<kaoru>
Thu, 24 May 2001 04:19:11 +0000
(
04:19
+0000)
committer
kaoru
<kaoru>
Thu, 24 May 2001 04:19:11 +0000
(
04:19
+0000)
* WL-MK (wl-detect-info-directory): Call `info-initialize' for
Emacs21.
WL-MK
patch
|
blob
|
history
diff --git
a/WL-MK
b/WL-MK
index
fc9b5d9
..
1d7d047
100644
(file)
--- 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)