ignore detailmenu.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 23 Feb 2001 20:58:52 +0000 (20:58 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 23 Feb 2001 20:58:52 +0000 (20:58 +0000)
texi/infohack.el

index d3e59a1..b9e4503 100644 (file)
@@ -29,7 +29,7 @@
 
 (defun infohack-remove-unsupported ()
   (goto-char (point-min))
-  (while (re-search-forward "@\\(end \\)?ifnottex" nil t) 
+  (while (re-search-forward "@\\(end \\)?\\(ifnottex\\|detailmenu\\)" nil t) 
     (replace-match "")))
 
 (defun infohack (file)