Mule-2.3@19.34 fails to make info from texi.
authornakaji <nakaji>
Tue, 25 Apr 2000 09:15:47 +0000 (09:15 +0000)
committernakaji <nakaji>
Tue, 25 Apr 2000 09:15:47 +0000 (09:15 +0000)
lisp/dgnushack.el

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