;; which lie outside of the range, one character at that position is
;; replaced with a SPC.
(or (memq no-replace '(t nil))
- (error "no-replace must be t or nil, evaluable at macroexpand-time."))
+ (error "no-replace must be t or nil, evaluable at macroexpand-time"))
(` (let ((temp (, list-symbol))
ch)
(while temp
((bufferp address)
(insert-buffer-substring address))
(t
- (error "Illegal address: %s" address)))
+ (error "Invalid address: %s" address)))
;; stolen from rfc822.el
;; Unfold multiple lines.
mail-extr-all-top-level-domains nil t))))
(or (setq domain (intern-soft (downcase domain)
mail-extr-all-top-level-domains))
- (error "no such domain"))
+ (error "No such domain"))
(message "%s: %s" (upcase (symbol-name domain)) (get domain 'domain-name)))
\f