1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-01 02:31:23 -07:00

(build-mail-abbrevs): Do substitute-in-file-name on the abbrev, for `source'.

This commit is contained in:
Richard M. Stallman 1993-07-01 20:25:42 +00:00
parent c77a81cf65
commit 94142e7881

View file

@ -202,7 +202,8 @@ no aliases, which is represented by this being a table with no entries.)")
(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)))