From 8e1f920c03d90ec4fe0d7dfe2ab4a9ce9a49d58e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 1 Oct 1993 22:40:49 +0000 Subject: [PATCH] (build-mail-abbrevs): Pass just 1 arg to substitute-in-file-name. --- lisp/mail/mailabbrev.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.5