]> git.eshelyaron.com Git - emacs.git/commitdiff
(build-mail-abbrevs): Pass a recursivep argument in recursive call.
authorRichard M. Stallman <rms@gnu.org>
Fri, 17 Jun 1994 16:03:59 +0000 (16:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 17 Jun 1994 16:03:59 +0000 (16:03 +0000)
lisp/mail/mailabbrev.el

index b1657aad24eed7d74bccba7e1d64f8e598bf107c..ec7ba01b2a23e5be1a7c5583c4d5988ecdb225a3 100644 (file)
@@ -202,7 +202,8 @@ 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)))))
+                   (buffer-substring (match-beginning 1) (match-end 1)))
+                  t))
              (re-search-forward "[ \t]+\\([^ \t\n]+\\)")
              (let* ((name (buffer-substring
                            (match-beginning 1) (match-end 1)))