Indent.
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 3 Feb 2011 05:01:06 +0000 (21:01 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 3 Feb 2011 05:01:06 +0000 (21:01 -0800)
lisp/gnus-art.el

index d8876fd..0155afe 100644 (file)
@@ -3631,7 +3631,8 @@ function and want to see what the date was before converting."
                   (old-column (- (point) (line-beginning-position))))
               (goto-char (point-min))
               (while (re-search-forward "^Date:" nil t)
-                (let ((type (get-text-property (match-beginning 0) 'gnus-date-type)))
+                (let ((type (get-text-property (match-beginning 0)
+                                               'gnus-date-type)))
                   (when (memq type '(lapsed combined-lapsed user-format))
                     (save-excursion
                       (article-date-ut type t (match-beginning 0)))