From: yamaoka Date: Tue, 25 Apr 2000 09:22:29 +0000 (+0000) Subject: Sync with `t-gnus-6_14'. X-Git-Tag: t-gnus-6_14-quimby-before-AC-changed-~106 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b474cd2cdde711ee750ab21042db1e505ad0e8cf;p=elisp%2Fgnus.git- Sync with `t-gnus-6_14'. --- diff --git a/ChangeLog b/ChangeLog index 59a3df8..ed5baca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-04-25 NAKAJI Hiroyuki + + * 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 * lisp/dgnushack.el (union, member-if, mapcon, last): Remove 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