From 03d881b53de47da68c577e50e4d20bb31dfb21a1 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl <joel@rosdahl.net> Date: Tue, 19 Mar 2002 19:33:07 +0000 Subject: [PATCH] Removed unused local variable. --- src/ChangeLog | 5 +++++ src/commands2.el | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index efb67961..59d649b5 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 435fb628..ccb5085f 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" -- GitLab