# HG changeset patch # User Richard M. Stallman # Date 749515249 0 # Node ID 6d9ebfc05a1f60abc09ab49b8cef57d21c5e123a # Parent 810826b6e19a6c98c2ded33a7e58f1620843699a (build-mail-abbrevs): Pass just 1 arg to substitute-in-file-name. diff -r 810826b6e19a -r 6d9ebfc05a1f lisp/mail/mailabbrev.el --- a/lisp/mail/mailabbrev.el Fri Oct 01 09:51:07 1993 +0000 +++ b/lisp/mail/mailabbrev.el Fri Oct 01 22:40:49 1993 +0000 @@ -202,7 +202,7 @@ (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)))