From 9f2607407b2233e0cdad1717a1dd73e455e7703d Mon Sep 17 00:00:00 2001 From: nakaji Date: Tue, 25 Apr 2000 09:15:47 +0000 Subject: [PATCH] Mule-2.3@19.34 fails to make info from texi. --- lisp/dgnushack.el | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 1.7.10.4