projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6822a28
)
Mule-2.3@19.34 fails to make info from texi.
author
nakaji
<nakaji>
Tue, 25 Apr 2000 09:15:47 +0000
(09:15 +0000)
committer
nakaji
<nakaji>
Tue, 25 Apr 2000 09:15:47 +0000
(09:15 +0000)
lisp/dgnushack.el
patch
|
blob
|
history
diff --git
a/lisp/dgnushack.el
b/lisp/dgnushack.el
index
7e1fdb1
..
9c01d4f
100644
(file)
--- 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