# HG changeset patch # User Richard M. Stallman # Date 741558342 0 # Node ID 7a8d0a08eac7d1057b324ae1e8868ddfc5570cd4 # Parent 5e740ac08e39ebfe2291b5d5508f7b8ed6412a6b (build-mail-abbrevs): Do substitute-in-file-name on the abbrev, for `source'. diff -r 5e740ac08e39 -r 7a8d0a08eac7 lisp/mail/mailabbrev.el --- a/lisp/mail/mailabbrev.el Thu Jul 01 18:39:58 1993 +0000 +++ b/lisp/mail/mailabbrev.el Thu Jul 01 20:25:42 1993 +0000 @@ -202,7 +202,8 @@ (progn (end-of-line) (build-mail-abbrevs - (buffer-substring (match-beginning 1) (match-end 1)) t)) + (substitute-in-file-name + (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)))