From: Fred Drake Date: Wed, 27 Jan 1999 18:40:36 +0000 (+0000) Subject: Simplify slightly. X-Git-Tag: v1.5.2b2~254 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ffc4811a401cbdbeef42f7e4c1e57519ded7a48b;p=thirdparty%2FPython%2Fcpython.git Simplify slightly. --- diff --git a/Doc/tools/fixinfo.el b/Doc/tools/fixinfo.el index 75baf34beb38..267a7e3c9325 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