Sync with `t-gnus-6_14'.
authoryamaoka <yamaoka>
Tue, 25 Apr 2000 09:22:29 +0000 (09:22 +0000)
committeryamaoka <yamaoka>
Tue, 25 Apr 2000 09:22:29 +0000 (09:22 +0000)
ChangeLog
lisp/dgnushack.el

index 59a3df8..ed5baca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-04-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
+
+       * lisp/dgnushack.el: Add code to avoid mule-2.3@19.34 failing to
+       make info from texi. Thanks to Hayashi-san.
+
 2000-04-25  Katsumi Yamaoka <yamaoka@jpl.org>
 
        * lisp/dgnushack.el (union, member-if, mapcon, last): Remove
index 7e1fdb1..9c01d4f 100644 (file)
@@ -467,4 +467,9 @@ You must specify the name of the package path as follows:
           (setq error 1))))
       (kill-emacs error))))
 
+;; Mule-2.3@19.34 fails to make info from texi.
+(when (boundp 'MULE)
+  (put 'detailmenu 'texinfo-format 'texinfo-discard-line)
+  (put 'detailmenu 'texinfo-end 'texinfo-discard-command))
+
 ;;; dgnushack.el ends here