diff --git a/src/ChangeLog b/src/ChangeLog
index efb67961603b6fdf75a2cead26481c2080d052fe..59d649b50bd8caeb40f547a0032f727d045f6622 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-19  Joel Rosdahl  <joel@lysator.liu.se>
+
+	* commands2.el (lyskom-construct-summary-format-string): Removed
+	unused local variable.
+
 2002-03-16  Joel Rosdahl  <joel@lysator.liu.se>
 
 	Changed language behaviour: Language is now a global setting, and
diff --git a/src/commands2.el b/src/commands2.el
index 435fb62889377c2e4e79058451ac040cf26e01c0..ccb5085f16c7ec3f512b9164bdd7d6a9df02f7f0 100644
--- a/src/commands2.el
+++ b/src/commands2.el
@@ -1091,8 +1091,7 @@ included."
                                   (/ author-and-subject-fields-width 3)))
          (subject-field-width (- author-and-subject-fields-width
                                  author-field-width
-                                 1))
-         format)
+                                 1)))
     (if header
         (concat (if include-mark-field
                     (concat "%-" (int-to-string mark-field-width) "#6s"