diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el index c07a1bea6d5..4a41faff1c4 100644 --- a/lisp/mail/mailabbrev.el +++ b/lisp/mail/mailabbrev.el @@ -202,7 +202,7 @@ no aliases, which is represented by this being a table with no entries.)") (end-of-line) (build-mail-abbrevs (substitute-in-file-name - (buffer-substring (match-beginning 1) (match-end 1)) t))) + (buffer-substring (match-beginning 1) (match-end 1))))) (re-search-forward "[ \t]+\\([^ \t\n]+\\)") (let* ((name (buffer-substring (match-beginning 1) (match-end 1)))