*** empty log message ***
[gnus] / texi / infohack.el
index b9e4503..0fa6af0 100644 (file)
 
 (defun infohack-remove-unsupported ()
   (goto-char (point-min))
-  (while (re-search-forward "@\\(end \\)?\\(ifnottex\\|detailmenu\\)" nil t) 
+  (while (re-search-forward "@\\(end \\)?ifnottex" nil t) 
     (replace-match "")))
 
 (defun infohack (file)
-  (let ((dest-directory default-directory))
+  (let ((dest-directory default-directory)
+       (max-lisp-eval-depth (max max-lisp-eval-depth 600)))
     (find-file file)
     (infohack-remove-unsupported)
     (texinfo-every-node-update)