From: Fred Drake <fdrake@acm.org>
Date: Wed, 27 Jan 1999 18:40:36 +0000 (+0000)
Subject: Simplify slightly.
X-Git-Tag: v1.5.2b2~254
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ffc4811a401cbdbeef42f7e4c1e57519ded7a48b;p=python

Simplify slightly.
---

diff --git a/Doc/tools/fixinfo.el b/Doc/tools/fixinfo.el
index 75baf34beb..267a7e3c93 100644
--- a/Doc/tools/fixinfo.el
+++ b/Doc/tools/fixinfo.el
@@ -4,10 +4,8 @@
 		  "\\1python-\\2.info")
   (replace-string "@node Front Matter\n@chapter Abstract\n"
 		  "@node Abstract\n@section Abstract\n")
-  (progn
-    (mark-whole-buffer)
-    (texinfo-master-menu 'update-all-nodes)
-    )
+  (mark-whole-buffer)
+  (texinfo-master-menu 'update-all-nodes)
   (save-buffer)
   )	;; fix-python-texinfo