aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-10-01 22:40:49 +0000
committerRichard M. Stallman <[email protected]>1993-10-01 22:40:49 +0000
commit8e1f920c03d90ec4fe0d7dfe2ab4a9ce9a49d58e (patch)
treebb5a24baeae016304221e45546388064a79a01f6 /lisp/mail
parent2b878b4c6b5b1ad0d2c3ef199b8e5c74d4c791d9 (diff)
(build-mail-abbrevs): Pass just 1 arg to substitute-in-file-name.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/mailabbrev.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el
index c07a1bea6d..4a41faff1c 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)))