Mercurial > emacs
changeset 4805:6d9ebfc05a1f
(build-mail-abbrevs): Pass just 1 arg to substitute-in-file-name.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 01 Oct 1993 22:40:49 +0000 |
parents | 810826b6e19a |
children | d48a4664d92a |
files | lisp/mail/mailabbrev.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)))