]> git.eshelyaron.com Git - emacs.git/commitdiff
(build-mail-abbrevs): Pass just 1 arg to substitute-in-file-name.
authorRichard M. Stallman <rms@gnu.org>
Fri, 1 Oct 1993 22:40:49 +0000 (22:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 1 Oct 1993 22:40:49 +0000 (22:40 +0000)
lisp/mail/mailabbrev.el

index c07a1bea6d50088b65cc3f0ce0ac15c8898b3289..4a41faff1c4c33a6cc8079648be972b41b4c9581 100644 (file)
@@ -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)))