From: nakaji Date: Tue, 25 Apr 2000 09:15:47 +0000 (+0000) Subject: Mule-2.3@19.34 fails to make info from texi. X-Git-Tag: t-gnus-6_14_4-00~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9f2607407b2233e0cdad1717a1dd73e455e7703d;p=elisp%2Fgnus.git- Mule-2.3@19.34 fails to make info from texi. --- diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el index 7e1fdb1..9c01d4f 100644 --- a/lisp/dgnushack.el +++ b/lisp/dgnushack.el @@ -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