diff options
Diffstat (limited to 'lisp/mail/sendmail.el')
| -rw-r--r-- | lisp/mail/sendmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 955e424cf23..f8b2052dd21 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -1437,7 +1437,7 @@ Prefix argument ATPOINT means insert at point rather than the end." ;; whitespace, so that we don't modify the buffer needlessly. (if (and (memq mail-signature '(t nil)) (not (file-readable-p mail-signature-file))) - (if (interactive-p) + (if (called-interactively-p 'interactive) (message "The signature file `%s' could not be read" mail-signature-file)) (save-excursion |
