":"
(format "%02d" (nth 1 dtime)))))))
(error
- (format "Date: %s (from Gnus)" date))))
+ "Date: %s (from Gnus)" date)))
(defun article-date-local (&optional highlight)
"Convert the current article date to the local timezone."
(eval form))
(error
(unless (eq (car type) 'end-of-file)
- (let ((error (format "Error in %s line %d" file
- (count-lines (point-min) (point)))))
+ (let ((error "Error in %s line %d" file
+ (count-lines (point-min (point)))))
(ding)
(unless (gnus-yes-or-no-p (concat error "; continue? "))
(error "%s" error)))))))))