]> git.eshelyaron.com Git - emacs.git/commitdiff
gnus-sum.el (gnus-set-mode-line): Don\t pad the mode line string.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 6 Sep 2010 00:37:02 +0000 (00:37 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 6 Sep 2010 00:37:02 +0000 (00:37 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus-sum.el

index 45018de0e4f657072dc186712df707a191346f66..6a02792642d10842dbc2231175b0f212cbff8bac 100644 (file)
@@ -1,5 +1,7 @@
 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
+
        * nnimap.el (nnimap-open-connection): Revert the change that would look
        into authinfo for imaps instead of imap.
 
index 37cf4a1147206c92a60d008cc4f0b3250f66702d..a99426ad83fdd323923820536437d1812ef10407 100644 (file)
@@ -6051,9 +6051,7 @@ If WHERE is `summary', the summary mode line format will be used."
          (when (> (length mode-string) max-len)
            (setq mode-string
                  (concat (truncate-string-to-width mode-string (- max-len 3))
-                         "...")))
-         ;; Pad the mode string a bit.
-         (setq mode-string (format (format "%%-%ds" max-len) mode-string))))
+                         "...")))))
       ;; Update the mode line.
       (setq mode-line-buffer-identification
            (gnus-mode-line-buffer-identification (list mode-string)))