2007-12-06 D. Goel <deego3@gmail.com>
+ * mail/uce.el (uce-reply-to-uce): Ditto.
+
+ * mail/rmailout.el (rmail-output): Ditto.
+
+ * mail/feedmail.el (feedmail-dump-message-to-queue): Ditto.
+
* whitespace.el (whitespace-write-file-hook): Ditto.
* wdired.el (wdired-check-kill-buffer): Ditto.
2007-12-06 D. Goel <deego3@gmail.com>
+ * pop3.el (pop3-read-response): Ditto.
* gnus-art.el (article-make-date-line): Fix buggy call to `error'.
* gnus-start.el (gnus-load): Ditto.
(setq match-end (point))
(goto-char pop3-read-point)
(if (looking-at "-ERR")
- (error (buffer-substring (point) (- match-end 2)))
+ (error "%s" (buffer-substring (point) (- match-end 2)))
(if (not (looking-at "+OK"))
(progn (setq pop3-read-point match-end) nil)
(setq pop3-read-point match-end)
;; progn to get nil result no matter what
(progn (make-directory queue-directory t) nil)
(file-accessible-directory-p queue-directory)
- (error (concat "FQM: Message not queued; trouble with directory " queue-directory)))
+ (error "%s" (concat "FQM: Message not queued; trouble with directory " queue-directory)))
(let ((filename)
(is-fqm)
(is-in-this-dir)
(rmail-toggle-header))
(if (and (> count 0) (not next-message-p))
(progn
- (error
+ (error "%s"
(save-excursion
(set-buffer rmailbuf)
(format "Only %d message%s appended" num-appended
(full-header-p (and (eq uce-mail-reader 'rmail)
(not (rmail-msg-is-pruned)))))
(or (get-buffer message-buffer)
- (error (concat "No buffer " message-buffer ", cannot find UCE")))
+ (error "%s" (concat "No buffer " message-buffer ", cannot find UCE")))
(switch-to-buffer message-buffer)
;; We need the message with headers pruned.
(if full-header-p