* lisp/gnus/message.el (message-replace-header): Elide redundancy
(bug#49180).
(message-narrow-to-headers)
(message-remove-header header))
(when (or force (> (length new-value) 0))
- (if after
- (apply #'message-position-on-field header
- (if (listp after)
- after
- (list after)))
- (message-position-on-field header))
+ (apply #'message-position-on-field header
+ (if (listp after)
+ after
+ (list after)))
(insert new-value))))
(make-obsolete-variable